summaryrefslogtreecommitdiff
path: root/security/amavis-perl
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-07 22:10:06 +0000
committerjlam <jlam>2006-07-07 22:10:06 +0000
commit1a6e5b45b085c59ca2cb10793cafa735a14e8bba (patch)
tree53e05abdb6ed22c27c9c0fa337b5219655485b44 /security/amavis-perl
parentda2c9fcf536a0292f05edd6596a897d713d73a57 (diff)
downloadpkgsrc-1a6e5b45b085c59ca2cb10793cafa735a14e8bba.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/amavis-perl')
-rw-r--r--security/amavis-perl/Makefile6
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"