diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
commit | 8c88c7b4c225a9e67b3ad26b2f860c40ddf9d6e0 (patch) | |
tree | b90af9a5eeffc289ee81081de9c3ea107b362d1b /mail/amavis-perl | |
parent | 2718afe66a5bbfb80c2a4812f0e703639a506741 (diff) | |
download | pkgsrc-8c88c7b4c225a9e67b3ad26b2f860c40ddf9d6e0.tar.gz |
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'mail/amavis-perl')
-rw-r--r-- | mail/amavis-perl/Makefile | 5 |
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" |