summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-14 03:13:03 +0000
committerhans <hans@pkgsrc.org>2012-01-14 03:13:03 +0000
commit80a11d4b67d7f2d748b3d3129e4b060ef656caa0 (patch)
treeb90af9a5eeffc289ee81081de9c3ea107b362d1b /mail
parentc289f5a5c100992705edae01682c94ca06e25370 (diff)
downloadpkgsrc-80a11d4b67d7f2d748b3d3129e4b060ef656caa0.tar.gz
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'mail')
-rw-r--r--mail/amavis-perl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/amavis-perl/Makefile b/mail/amavis-perl/Makefile
index 3206efc4360..df3bbbd22d1 100644
--- a/mail/amavis-perl/Makefile
+++ b/mail/amavis-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/12/24 07:21:09 kefren Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/14 03:13:04 hans Exp $
DISTNAME= amavisd-${VERSION}
PKGNAME= amavis-perl-${VERSION}
@@ -19,7 +19,6 @@ CONFLICTS+= amavis-perl-[0-9]*
DEPENDS+= uvscan-[0-9]*:../../security/uvscan
DEPENDS+= maildrop-[0-9]*:../../mail/maildrop
DEPENDS+= tnef-[0-9]*:../../mail/tnef
-DEPENDS+= unzip-[0-9]*:../../archivers/unzip
DEPENDS+= unarj-[0-9]*:../../archivers/unarj
DEPENDS+= unrar-[0-9]*:../../archivers/unrar
DEPENDS+= xbin-[0-9]*:../../archivers/xbin
@@ -49,7 +48,7 @@ VIRUSMAILTO?= security # whom to notify about viruses
GNU_CONFIGURE= YES
PLIST_SRC= ${PKGDIR}/PLIST
-USE_TOOLS+= file perl:run
+USE_TOOLS+= file perl:run unzip:run
CONFIGURE_ENV+= file=${TOOLS_FILE_CMD:Q}
CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"