most recent changes, diff for qpopper
Index: mail/qpopper/Portfile
--- mail/qpopper/Portfile (revision 28517)
+++ mail/qpopper/Portfile (revision 28518)
@@ -52,7 +52,7 @@
platform darwin {
configure.args-append --enable-specialauth
- configure.env LDFLAGS="-framework DirectoryService"
+ configure.ldflags "-framework DirectoryService"
patchfiles-append patch-pop_pass.c
}
@@ -80,7 +80,8 @@
}
variant pam {
- configure.env CPPFLAGS="-I${workpath}/paminclude" CFLAGS="-I${workpath}/paminclude"
+ configure.cppflags "-I${workpath}/paminclude"
+ configure.cflags "-I${workpath}/paminclude"
configure.args-delete --without-pam
configure.args-append --with-pam=pop3
post-install {