diff options
author | snj <snj@pkgsrc.org> | 2004-04-13 21:35:56 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-13 21:35:56 +0000 |
commit | 8eb932471d5f2b67d072611ddb915467f6707aa4 (patch) | |
tree | 968e36aaefa98901b8c4ba4b390b07ab2bdac176 | |
parent | a847df80ab63787d3c3197943e147e4e294075e7 (diff) | |
download | pkgsrc-8eb932471d5f2b67d072611ddb915467f6707aa4.tar.gz |
Convert to buildlink3.
-rw-r--r-- | x11/gtk-engines/Makefile | 8 | ||||
-rw-r--r-- | x11/gtkstep/Makefile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile index 4a43b42b91e..70784c808fd 100644 --- a/x11/gtk-engines/Makefile +++ b/x11/gtk-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/04/05 13:27:00 tron Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/13 21:35:56 snj Exp $ DISTNAME= gtk-engines-0.12 PKGREVISION= 6 @@ -14,11 +14,11 @@ DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs CONFLICTS+= gtk2-engines-* GNU_CONFIGURE= # defined -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_X11BASE= # defined USE_LIBTOOL= # defined SHLIBTOOL_OVERRIDE= libtool -.include "../../x11/gtk/buildlink2.mk" -.include "../../graphics/imlib/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../graphics/imlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index 10bd2721e7e..7dee05e9f0b 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/08 19:40:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/13 21:38:25 snj Exp $ DISTNAME= gtkstep-1.10 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_LIBTOOL= # defined @@ -21,5 +21,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \ ${PREFIX}/share/themes/Step/gtk -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |