diff options
author | wiz <wiz> | 2002-10-05 11:22:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-05 11:22:40 +0000 |
commit | 46a12e888c8a078cdee1ba072176bd594722c326 (patch) | |
tree | 1c047c21e309c0f148fdbf101d0f8eee388db28f /x11/gnome-python | |
parent | f5f4615d0f93a8195572863cd0c1a7fa11fe93b0 (diff) | |
download | pkgsrc-46a12e888c8a078cdee1ba072176bd594722c326.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index cd9241d7b94..7d3250663d9 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/09/21 23:47:01 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/10/05 11:22:40 wiz Exp $ DISTNAME= gnome-python-1.4.0 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.0 @@ -10,15 +10,12 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ COMMENT= Python Bindings for the GNU Network Object Model Environment -DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core -DEPENDS+= gtkglarea-[0-9]*:../../x11/gtkglarea -DEPENDS+= libglade-0.17nb1:../../devel/libglade - CONFLICTS+= py-gtk-[0-9]* CONFLICTS+= gnome-python-* GNU_CONFIGURE= yes USE_X11= yes +USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -38,6 +35,9 @@ post-configure: .endfor .endif +.include "../../devel/libglade/buildlink2.mk" +.include "../../x11/gtkglarea/buildlink2.mk" .include "../../lang/python/extension.mk" -.include "../../x11/gnome-core/buildlink.mk" +.include "../../x11/gnome-core/buildlink2.mk" +.include "../../x11/gtkglarea/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |