diff options
author | veego <veego@pkgsrc.org> | 2000-08-26 17:15:05 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-08-26 17:15:05 +0000 |
commit | 17a95e306735772f3c2853a63833ed7a70ec2b21 (patch) | |
tree | 3b5d7001b2cd4662a1c516790717c56d29d16df0 /mail | |
parent | a90bfc473a4e813ca195c4e54db5835f399ae28f (diff) | |
download | pkgsrc-17a95e306735772f3c2853a63833ed7a70ec2b21.tar.gz |
s/USE_PERL/USE_PERL5/
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 24df4fdb449..e1da3eb221c 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/25 15:25:37 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/26 17:15:06 veego Exp $ DISTNAME= cyrus-imapd-1.6.24 CATEGORIES= mail @@ -13,7 +13,7 @@ DEPENDS+= cyrus-sasl-1.5.24:../../security/cyrus-sasl ONLY_FOR_PLATFORM= NetBSD-1.5*-* \ SunOS-*-* -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus |