diff options
author | xtraeme <xtraeme> | 2004-02-11 01:23:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 01:23:36 +0000 |
commit | fdc6ea23f6103e2595fac145902332ccb9a8796d (patch) | |
tree | f9db91885cebafb44d40305c085b74f69c54c51d /devel/libglade2/Makefile | |
parent | 84e5b4b6aaf688797e002c9369f244653c3061ca (diff) | |
download | pkgsrc-fdc6ea23f6103e2595fac145902332ccb9a8796d.tar.gz |
bl3ify
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 852649e8aa4..8cb9767ae1d 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/23 17:18:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/11 01:23:36 xtraeme Exp $ # DISTNAME= libglade-2.0.1 @@ -13,7 +13,7 @@ COMMENT= Runtime interpreter for GLADE GUI files (v2) BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -30,7 +30,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/libglade/2.0 .include "../../lang/python/application.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |