diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-09 02:16:13 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-09 02:16:13 +0000 |
commit | 2e0b2c48dbfdd5b6ce178cd797fe38fa8e46e9aa (patch) | |
tree | 771fc49acc9eac28c8786776fb81c2f3e39a59fe /mail/cyrus-imapd23 | |
parent | f1475349358406de01c0d6acc513ba1867f02f1a (diff) | |
download | pkgsrc-2e0b2c48dbfdd5b6ce178cd797fe38fa8e46e9aa.tar.gz |
Revert commit:
Module Name: pkgsrc
Committed By: sbd
Date: Wed Dec 7 20:39:19 UTC 2011
Modified Files:
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile
pkgsrc/mail/cyrus-imapd24: Makefile
Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 |