diff options
author | wiz <wiz> | 2002-10-09 14:09:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 14:09:28 +0000 |
commit | 1522bd8b14fb2e046f58ffc527d995512d95da0f (patch) | |
tree | da0305d5d940a233f1d3dcbf69ee3c5ab98adc87 /x11/gtk-engines/Makefile | |
parent | 43a1f666b1a0e6230c90f3a0585ced01a49ba2cf (diff) | |
download | pkgsrc-1522bd8b14fb2e046f58ffc527d995512d95da0f.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'x11/gtk-engines/Makefile')
-rw-r--r-- | x11/gtk-engines/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile index 6df87ffbf9b..3e46f454074 100644 --- a/x11/gtk-engines/Makefile +++ b/x11/gtk-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:37:57 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/09 14:09:28 wiz Exp $ DISTNAME= gtk-engines-0.12 PKGREVISION= 1 @@ -10,12 +10,13 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Theme engines for GTK+ GNU_CONFIGURE= # defined +USE_BUILDLINK2= # defined USE_X11BASE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig BUILDLINK_DEPENDS.gtk= gtk+>=1.2.9 -.include "../../x11/gtk/buildlink.mk" -.include "../../graphics/imlib/buildlink.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../graphics/imlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |