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 /x11/gtk-engines | |
parent | a847df80ab63787d3c3197943e147e4e294075e7 (diff) | |
download | pkgsrc-8eb932471d5f2b67d072611ddb915467f6707aa4.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/gtk-engines')
-rw-r--r-- | x11/gtk-engines/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |