diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-21 22:55:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-21 22:55:49 +0000 |
commit | 96d41027531a5635fdd127b143f83bebdcf75f64 (patch) | |
tree | 4b11b6f42d10c405bd49329c94b9a1c589e52705 /print/gutenprint-lib | |
parent | ca21e5be0ce5f20b7d6c9b890151db8b40a122b0 (diff) | |
download | pkgsrc-96d41027531a5635fdd127b143f83bebdcf75f64.tar.gz |
Needs Perl. Bump revision.
Diffstat (limited to 'print/gutenprint-lib')
-rw-r--r-- | print/gutenprint-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gutenprint-lib/Makefile b/print/gutenprint-lib/Makefile index 62bfbd113d5..379bdf29164 100644 --- a/print/gutenprint-lib/Makefile +++ b/print/gutenprint-lib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2008/03/06 14:53:53 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/21 22:55:49 joerg Exp $ VERSION= 5.0.2 DISTNAME= gutenprint-${VERSION} EXTRACT_SUFX= .tar.bz2 PKGNAME= gutenprint-lib-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} @@ -15,7 +15,7 @@ HOMEPAGE= http://gutenprint.sourceforge.net/ # Not sure if this works. #PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake lex pkg-config +USE_TOOLS+= gmake lex pkg-config perl:run USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES |