pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cfengine2 Added perl to USE_TOOLS in order to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d27adc6717
branches:  trunk
changeset: 547537:92d27adc6717
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Sep 19 07:38:56 2008 +0000

description:
Added perl to USE_TOOLS in order to fix reported build errors due to
missing perl interpreter. Bumped PKGREVISION

diffstat:

 sysutils/cfengine2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 8a6361b74bbd -r 92d27adc6717 sysutils/cfengine2/Makefile
--- a/sysutils/cfengine2/Makefile       Thu Sep 18 21:30:52 2008 +0000
+++ b/sysutils/cfengine2/Makefile       Fri Sep 19 07:38:56 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2008/09/07 10:14:31 rhaen Exp $
+# $NetBSD: Makefile,v 1.27 2008/09/19 07:38:56 rhaen Exp $
 #
 
 DISTNAME=              cfengine-2.2.8
+PKGREVISION=   1
 CATEGORIES=            sysutils net
 MASTER_SITES=          http://www.cfengine.org/downloads/ \
                        http://ftp.osuosl.org/pub/cfengine/ \
@@ -16,9 +17,8 @@
 
 CONFIGURE_ARGS+=       --with-berkeleydb=${BUILDLINK_PREFIX.db4}
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
-USE_TOOLS+=            flex
+USE_TOOLS+=            flex perl:run
 USE_LIBTOOL=           yes
-#USE_TOOLS+=           flex perl:run
 REPLACE_PERL=          contrib/cfdoc
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index