diff options
-rw-r--r-- | mail/cyrus-imapd/Makefile | 8 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 8 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 8 |
3 files changed, 3 insertions, 21 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index c65f7e7d907..5cc5f9e15b7 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2011/12/07 20:39:19 sbd Exp $ +# $NetBSD: Makefile,v 1.90 2011/12/09 02:16:13 sbd Exp $ DISTNAME= cyrus-imapd-2.2.13p1 PKGREVISION= 5 @@ -89,12 +89,6 @@ PLIST.ldap= yes COMERRBASE?= /usr .endif .if defined(COMERRBASE) -# As com_err is a library the PREFER_* user variables should be honored. -# -BUILTIN_PKG:= com_err -.include "../../mk/buildlink3/bsd.builtin.mk" -.endif -.if defined(PREFER.com_err) && ${PREFER.com_err} != "pkgsrc" . if exists(${COMERRBASE}/include/krb5/com_err.h) CPPFLAGS+= -I${COMERRBASE}/include/krb5 . endif diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index a0a20289899..1c5ae8222f9 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/12/07 20:39:19 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2011/12/09 02:16:13 sbd Exp $ DISTNAME= cyrus-imapd-2.3.18 CATEGORIES= mail @@ -59,12 +59,6 @@ CONFIGURE_ARGS+= --enable-replication COMERRBASE?= /usr .endif .if defined(COMERRBASE) -# As com_err is a library the PREFER_* user variables should be honored. -# -BUILTIN_PKG:= com_err -.include "../../mk/buildlink3/bsd.builtin.mk" -.endif -.if defined(PREFER.com_err) && ${PREFER.com_err} != "pkgsrc" . if exists(${COMERRBASE}/include/krb5/com_err.h) CPPFLAGS+= -I${COMERRBASE}/include/krb5 . endif diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 7d90b3d2c07..4a38b901753 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/12/07 20:39:19 sbd Exp $ +# $NetBSD: Makefile,v 1.15 2011/12/09 02:16:13 sbd Exp $ DISTNAME= cyrus-imapd-2.4.12 CATEGORIES= mail @@ -56,12 +56,6 @@ CONFIGURE_ARGS+= --enable-replication COMERRBASE?= /usr .endif .if defined(COMERRBASE) -# As com_err is a library the PREFER_* user variables should be honored. -# -BUILTIN_PKG:= com_err -.include "../../mk/buildlink3/bsd.builtin.mk" -.endif -.if defined(PREFER.com_err) && ${PREFER.com_err} != "pkgsrc" . if exists(${COMERRBASE}/include/krb5/com_err.h) CPPFLAGS+= -I${COMERRBASE}/include/krb5 . endif |