diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
commit | b7ebfd264d7de1faa069e964bf75dacebe9897be (patch) | |
tree | 53e05abdb6ed22c27c9c0fa337b5219655485b44 /security | |
parent | 07eadf24824481179537987af474a1522c5d0b5c (diff) | |
download | pkgsrc-b7ebfd264d7de1faa069e964bf75dacebe9897be.tar.gz |
Add an explicit run-time dependency on perl because these packages
install perl scripts. Bump the PKGREVISION for the dependency change.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index b4984e44a9c..5538b01b3c6 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2006/03/11 18:12:45 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/07 22:10:07 jlam Exp $ DISTNAME= amavisd-${VERSION} PKGNAME= amavis-perl-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security mail MASTER_SITES= http://www.amavis.org/dist/perl/ \ ${MASTER_SITE_SOURCEFORGE:=amavis/} @@ -47,7 +47,7 @@ VIRUSMAILTO?= security # whom to notify about viruses GNU_CONFIGURE= YES PLIST_SRC= ${PKGDIR}/PLIST -USE_TOOLS+= file +USE_TOOLS+= file perl:run CONFIGURE_ENV+= file=${TOOLS_FILE_CMD:Q} CONFIGURE_ENV+= procmail="/usr/libexec/mail.local" |