diff options
author | wiz <wiz> | 2002-10-08 13:12:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-08 13:12:58 +0000 |
commit | 18f959e1431735f76ab5858651444fde880decd5 (patch) | |
tree | 141babf82cc5ca2cc097e1f14eb207d85be0cec0 /x11/rep-gtk | |
parent | 002e1d58b6cb18c3dec80146190e296c41037b1b (diff) | |
download | pkgsrc-18f959e1431735f76ab5858651444fde880decd5.tar.gz |
Use buildlink2.
Diffstat (limited to 'x11/rep-gtk')
-rw-r--r-- | x11/rep-gtk/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 3d2d6239391..abd2940e4e6 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/10/07 22:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/08 13:12:58 wiz Exp $ # DISTNAME= rep-gtk-0.15 @@ -10,14 +10,9 @@ MAINTAINER= danw@netbsd.org HOMEPAGE= http://rep-gtk.sourceforge.net/ COMMENT= librep bindings for gtk (used by sawmill) -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= librep>=0.15.1nb1:../../lang/librep -DEPENDS+= libglade>=0.17nb1:../../devel/libglade -DEPENDS+= gnome-libs>=1.4.1.2nb1:../gnome-libs -DEPENDS+= gdk-pixbuf-gnome>=0.11.0nb1:../../graphics/gdk-pixbuf-gnome - USE_X11= # defined USE_GMAKE= # defined +USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined PLIST_SRC= ${WRKDIR}/.PLIST_SRC @@ -33,4 +28,9 @@ post-install: -name "lib.*" >> ${PLIST_SRC} ${CAT} ${PKGDIR}/PLIST >> ${PLIST_SRC} +.include "../../devel/libglade/buildlink2.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" +.include "../../lang/librep/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |