diff options
author | xtraeme <xtraeme> | 2004-02-11 07:11:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 07:11:28 +0000 |
commit | eb983fea5f4bb33224237c937b46a4a2b1474e3a (patch) | |
tree | 90484a844eb69f468b8d2667587ee3895f7d5fd4 /x11/vte/Makefile | |
parent | 0732ff1604ed0e5a6bfec1f72426dc10f1ae364a (diff) | |
download | pkgsrc-eb983fea5f4bb33224237c937b46a4a2b1474e3a.tar.gz |
bl3ify
Diffstat (limited to 'x11/vte/Makefile')
-rw-r--r-- | x11/vte/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 29dfe04daec..c3c2b642909 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/24 15:30:34 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/11 07:11:28 xtraeme Exp $ # DISTNAME= vte-0.11.10 @@ -14,7 +14,7 @@ COMMENT= Terminal widget with improved accessibility and I18N support DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/vte.pc.in -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" -.include "../../x11/libzvt/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libzvt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |