diff options
author | martti <martti@pkgsrc.org> | 2006-02-27 13:22:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-27 13:22:55 +0000 |
commit | 41b1e9d5cbabb3d2fecf3acfd3d24416b9502b2e (patch) | |
tree | 738fbbd3c72282599273ca80e7640fc4156a1d2d /mail/postfix/Makefile | |
parent | 23e8180d35233d254c12c26cf2b3533cff3295f6 (diff) | |
download | pkgsrc-41b1e9d5cbabb3d2fecf3acfd3d24416b9502b2e.tar.gz |
Added USE_TOOLS+=perl
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 1ec332f68ba..8c5598402be 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.177 2006/02/27 07:10:59 martti Exp $ +# $NetBSD: Makefile,v 1.178 2006/02/27 13:22:55 martti Exp $ DISTNAME= postfix-2.2.9 #PKGREVISION= 1 @@ -15,6 +15,8 @@ CONFLICTS+= sendmail-[0-9]* fastforward>=0.51nb2 PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= perl + .include "../../mk/bsd.prefs.mk" # POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is |