diff options
author | martti <martti@pkgsrc.org> | 2005-12-04 06:30:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-04 06:30:37 +0000 |
commit | 3e8f6f6ef8c0865ccb5502ecce4422f8fa349afb (patch) | |
tree | 5b953a1f1531077de97380d1db8224b24b832668 | |
parent | d7fb2783bf4dfd7998a1631a6ec98f345a8b7b62 (diff) | |
download | pkgsrc-3e8f6f6ef8c0865ccb5502ecce4422f8fa349afb.tar.gz |
Use "USE_TOOLS+=perl" instead of "BUILD_DEPENDS+=perl>=5.8.0:../../lang/perl5".
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
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" |