diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 14:09:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 14:09:28 +0000 |
commit | 9dc30a6fec0e837ff53877d51b44a8ab37766b96 (patch) | |
tree | da0305d5d940a233f1d3dcbf69ee3c5ab98adc87 /x11/gtk-engines | |
parent | 730d75a79ff006fefa8e004d2da5702fc045662e (diff) | |
download | pkgsrc-9dc30a6fec0e837ff53877d51b44a8ab37766b96.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'x11/gtk-engines')
-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" |