pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix-current Depend on perl during build time....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d988a4da3c2c
branches:  trunk
changeset: 504057:d988a4da3c2c
user:      martti <martti%pkgsrc.org@localhost>
date:      Sat Dec 03 19:29:37 2005 +0000

description:
Depend on perl during build time. Hopefully this fixes the problems
detected in bulk build.

diffstat:

 mail/postfix-current/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c4bd10e8df41 -r d988a4da3c2c mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile     Sat Dec 03 19:06:38 2005 +0000
+++ b/mail/postfix-current/Makefile     Sat Dec 03 19:29:37 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index