diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-22 10:30:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-22 10:30:00 +0000 |
commit | 0a3179b9aa79fe9b4db84a91ee50a2adb267ca1e (patch) | |
tree | 5db0b47b21e9c0ae9b73fd865452176e884fbae5 /x11/gtk+extra | |
parent | 548b46829147cf77808dc95ee125f37ff9b3d60a (diff) | |
download | pkgsrc-0a3179b9aa79fe9b4db84a91ee50a2adb267ca1e.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'x11/gtk+extra')
-rw-r--r-- | x11/gtk+extra/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gtk+extra/Makefile b/x11/gtk+extra/Makefile index 30602162687..52675917eae 100644 --- a/x11/gtk+extra/Makefile +++ b/x11/gtk+extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/01/09 14:46:50 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/22 10:30:00 jlam Exp $ # DISTNAME= gtk+extra-0.99.17 @@ -9,13 +9,13 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://gtkextra.sourceforge.net/ COMMENT= useful set of GTK+ widgets for creating GUIs -DEPENDS+= gtk+>=1.2.0:../../x11/gtk - -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_X11BASE= YES -USE_LIBTOOL= YES +USE_BUILDLINK2= YES +USE_X11BASE= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |