diff options
Diffstat (limited to 'mail/qmail-ldap/Makefile')
| -rw-r--r-- | mail/qmail-ldap/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 3059ca75993c..b60f7e7112c2 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -7,6 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE} +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -ldap @@ -17,7 +18,8 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap -NO_PACKAGE= Unsure of djb\'s packaging license +NO_PACKAGE= djb\'s packaging license does not allow non-standard\ + qmail distributions .if !defined(PRE_MK_INCLUDED) .include <bsd.port.pre.mk> @@ -42,6 +44,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-automaildirmake .if defined(WITH_AUTOHOMEDIRMAKE) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-autohomedirmake .endif # WITH_AUTOHOMEDIRMAKE +# +.if defined(WITH_LDAP_DEBUG) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-debug +.endif # WITH_LDAP_DEBUG # Local overrides MASTERDIR= ${PORTSDIR}/mail/qmail |
