summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-11-04 15:40:29 +0000
committerseb <seb@pkgsrc.org>2002-11-04 15:40:29 +0000
commit6f721a360c56fc7914c4527f01a99ecfcdf4b4cd (patch)
tree0c1b128f461d47e984a049b452021ea6033ce9c5 /mail
parent025ed1fe6bd122b470c3f9f216fadc73bef74277 (diff)
downloadpkgsrc-6f721a360c56fc7914c4527f01a99ecfcdf4b4cd.tar.gz
Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:
use perl5/module.mk with PERL5_CONFIGURE=NO.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index cbae9bf6fd4..f4e7a2a908f 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2002/11/04 13:48:35 seb Exp $
+# $NetBSD: Makefile,v 1.36 2002/11/04 15:40:29 seb Exp $
DISTNAME= cyrus-imapd-2.0.16
PKGREVISION= 3
@@ -13,6 +13,7 @@ COMMENT= Cyrus IMAP server
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+PERL5_CONFIGURE= NO
AUTOCONF_REQD= 2.13
.include "../../mk/bsd.prefs.mk"
@@ -111,7 +112,7 @@ post-install:
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html cyrusv2.mc ${HTMLDIR}
.include "../../databases/db3/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/perl5/module.mk"
.include "../../security/cyrus-sasl/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../security/tcp_wrappers/buildlink2.mk"