summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-12-04 06:30:37 +0000
committermartti <martti@pkgsrc.org>2005-12-04 06:30:37 +0000
commit41faa48d7963a2170a4bc02f83e4227e75e67568 (patch)
tree5b953a1f1531077de97380d1db8224b24b832668 /mail
parentf1f2ef240ec57e7bac82c9b02595a7dfb5523904 (diff)
downloadpkgsrc-41faa48d7963a2170a4bc02f83e4227e75e67568.tar.gz
Use "USE_TOOLS+=perl" instead of "BUILD_DEPENDS+=perl>=5.8.0:../../lang/perl5".
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 8e757a7e261..ced57cf7337 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/12/03 19:29:37 martti Exp $
+# $NetBSD: Makefile,v 1.49 2005/12/04 06:30:37 martti Exp $
DISTNAME= postfix-2.3-20051128
#PKGREVISION= 1
@@ -16,7 +16,7 @@ CONFLICTS+= sendmail-[0-9]* fastforward>=0.51nb2
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_DEPENDS+= perl>=5.8.0:../../lang/perl5
+USE_TOOLS+= perl
.include "../../mk/bsd.prefs.mk"