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 | 00bd1530ad7ebd8245585ad43c4e9ec8fc0b57d1 (patch) | |
tree | 4b11b6f42d10c405bd49329c94b9a1c589e52705 /print/gutenprint-lib | |
parent | 06ba6e1407e9ac2717dea8c04bc36674c43b93e7 (diff) | |
download | pkgsrc-00bd1530ad7ebd8245585ad43c4e9ec8fc0b57d1.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 |