diff options
author | az <az@FreeBSD.org> | 2013-09-15 16:15:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 16:15:41 +0800 |
commit | 915e56e41a799015c287662c239cad917be2d623 (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /mail/postfix | |
parent | 03730bd7f2eda8b4459e015d76945b1f3b0f9e65 (diff) | |
download | freebsd-ports-gnome-915e56e41a799015c287662c239cad917be2d623.tar.gz freebsd-ports-gnome-915e56e41a799015c287662c239cad917be2d623.tar.zst freebsd-ports-gnome-915e56e41a799015c287662c239cad917be2d623.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4675c3485b4e..12de70c96379 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -28,8 +28,9 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-9].* postfix-base-2.[0-9].* \ USERS= postfix GROUPS= mail maildrop postfix +USES= perl5 USE_SUBMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_DEFINE= PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP LDAP_SASL \ |