diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 04:58:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 04:58:15 +0000 |
commit | 224715f0c2fef216f2c5270c4d2e5939f2f2bde8 (patch) | |
tree | a5afa694ed2cee6b2f57e4a4734fdda7d9fed3ed /print | |
parent | 45e3241c4d5622d84415b029695ea1b84a38594e (diff) | |
download | pkgsrc-224715f0c2fef216f2c5270c4d2e5939f2f2bde8.tar.gz |
bl3ify
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 955fa1cadc0..3c127ae7959 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/09 18:47:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2004/02/11 05:20:54 xtraeme Exp $ # DISTNAME= ggv-2.4.1 @@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= YES DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES USE_GNU_TOOLS+= make @@ -25,9 +25,9 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GCONF2_SCHEMAS= ggv.schemas .include "../../textproc/scrollkeeper/omf.mk" -.include "../../print/libgnomeprintui/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../print/libgnomeprintui/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" -.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |