diff options
author | minskim <minskim> | 2005-01-01 03:44:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-01 03:44:51 +0000 |
commit | 22395fc077513fc4b2aa43aa86158fcee162afaf (patch) | |
tree | e5318b8ec5768f405f03cc5718d0406bf3a4c294 /editors | |
parent | 14109955a61fbe6cb91ff2ab7e2f0ce184cd07fe (diff) | |
download | pkgsrc-22395fc077513fc4b2aa43aa86158fcee162afaf.tar.gz |
This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/conglomerate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 0ea39f06678..2f6ca4f2894 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2004/10/03 00:14:38 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/01/01 03:44:51 minskim Exp $ # DISTNAME= conglomerate-0.7.12 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/} @@ -19,7 +19,7 @@ USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_GNU_TOOLS+= make -USE_PERL5= yes +USE_PERL5= build USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --enable-printing |