diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-07 21:08:27 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-07 21:08:27 +0000 |
commit | f352b0c5ce05003380ea5df5330dbb4b4cdc08b2 (patch) | |
tree | de2c6bb8afb43d29c1e8c934d3f6981d1fe17e5f | |
parent | 86a749d7a2a56975ba427ddb037cef1a714c5ae8 (diff) | |
download | FreeBSD-ports-f352b0c5ce05003380ea5df5330dbb4b4cdc08b2.zip FreeBSD-ports-f352b0c5ce05003380ea5df5330dbb4b4cdc08b2.tar.gz |
Remove redundant USE_PERL5_BUILD, already declared in MASTER port
-rw-r--r-- | mail/qmail-ldap/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-mysql/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-smtp_auth+tls/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-smtp_auth/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-tls/Makefile | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index cc7564a..ecb1262 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -37,8 +37,6 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-with_tls USE_OPENSSL= yes .endif # WITHOUT_TLS -USE_PERL5_BUILD=yes - # Patches from the main qmail port are not wanted MAIN_QMAIL_PORT_DNS_PATCH_BARRIER= yes MAIN_QMAIL_PORT_WITH_BIG_CONCURRENCY_PATCH_BARRIER= yes diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 1ee67e0..29565be 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -36,8 +36,6 @@ PREFIX?= ${QMAIL_PORT_PREFIX} QMAIL_PORT= ${.CURDIR}/../qmail QMAIL_PORT_PREFIX!= cd ${QMAIL_PORT} && ${MAKE} -V PREFIX -USE_PERL5_BUILD=yes - # Yet anther ugly hack (works due to code inside the main qmail port) slaveport-post-patch: qmail-mysql-post-patch diff --git a/mail/qmail-smtp_auth+tls/Makefile b/mail/qmail-smtp_auth+tls/Makefile index 1cd9e8a..d295799e 100644 --- a/mail/qmail-smtp_auth+tls/Makefile +++ b/mail/qmail-smtp_auth+tls/Makefile @@ -18,7 +18,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES -USE_PERL5_BUILD=yes # Patches from the main qmail port are not wanted MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes diff --git a/mail/qmail-smtp_auth/Makefile b/mail/qmail-smtp_auth/Makefile index 1cd9e8a..d295799e 100644 --- a/mail/qmail-smtp_auth/Makefile +++ b/mail/qmail-smtp_auth/Makefile @@ -18,7 +18,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES -USE_PERL5_BUILD=yes # Patches from the main qmail port are not wanted MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes diff --git a/mail/qmail-tls/Makefile b/mail/qmail-tls/Makefile index 1cd9e8a..d295799e 100644 --- a/mail/qmail-tls/Makefile +++ b/mail/qmail-tls/Makefile @@ -18,7 +18,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES -USE_PERL5_BUILD=yes # Patches from the main qmail port are not wanted MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes |