diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-28 14:34:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-28 14:34:06 +0000 |
commit | 02b26bd18b8d6d20ccd0308a63504e61763dd32a (patch) | |
tree | 2717850e52438fd3f6c8cc7eab5d7a0e01093d4c /print | |
parent | c65014b819cfdeab90f50dac332fa95af6eef7e4 (diff) | |
download | pkgsrc-02b26bd18b8d6d20ccd0308a63504e61763dd32a.tar.gz |
bl3ify
Diffstat (limited to 'print')
-rw-r--r-- | print/gimp-print-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile index 0b28d526afe..030660ed8e7 100644 --- a/print/gimp-print-lib/Makefile +++ b/print/gimp-print-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/11 20:45:16 reed Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/28 14:34:06 xtraeme Exp $ # DISTNAME= gimp-print-4.2.6 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make lex USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes @@ -25,5 +25,5 @@ CONFIGURE_ARGS+= --without-translated-ppds CONFIGURE_ARGS+= --without-samples CONFIGURE_ARGS+= --disable-escputil -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |