diff options
author | martti <martti@pkgsrc.org> | 2005-12-03 19:29:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-03 19:29:37 +0000 |
commit | 122d4bed92087d1ba84fad43b81685dc2e955a49 (patch) | |
tree | f8e36b1310dd2dbea5c781a780df067939491b41 | |
parent | b46492e368b8177d1acde47c14e8266086c9965f (diff) | |
download | pkgsrc-122d4bed92087d1ba84fad43b81685dc2e955a49.tar.gz |
Depend on perl during build time. Hopefully this fixes the problems
detected in bulk build.
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e918a2537a2..8e757a7e261 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/11/30 14:02:47 martti Exp $ +# $NetBSD: Makefile,v 1.48 2005/12/03 19:29:37 martti Exp $ DISTNAME= postfix-2.3-20051128 #PKGREVISION= 1 @@ -16,6 +16,8 @@ CONFLICTS+= sendmail-[0-9]* fastforward>=0.51nb2 PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILD_DEPENDS+= perl>=5.8.0:../../lang/perl5 + .include "../../mk/bsd.prefs.mk" # POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is |