diff options
author | snj <snj> | 2004-04-14 01:17:19 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-14 01:17:19 +0000 |
commit | f5c9e7c20b0fcca567c9ebf4c895019ea51c23e5 (patch) | |
tree | 344c83997b2e43dcc545fdd1ffeb28dbb0df5055 | |
parent | 9ea836529534fb489bca7da425303303febaa24b (diff) | |
download | pkgsrc-f5c9e7c20b0fcca567c9ebf4c895019ea51c23e5.tar.gz |
Convert to buildlink3.
-rw-r--r-- | graphics/gnome-pixmaps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnome-pixmaps/Makefile b/graphics/gnome-pixmaps/Makefile index 93d6c526ae7..4f18dd289e1 100644 --- a/graphics/gnome-pixmaps/Makefile +++ b/graphics/gnome-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 19:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/14 01:17:19 snj Exp $ # DISTNAME= gnome-core-1.4.2 @@ -21,7 +21,7 @@ CONFLICTS= gnome-core<1.4.2 CONFLICTS+= gnome2-pixmaps-[0-9]* .endif -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES @@ -38,5 +38,5 @@ do-install: ${LN} ${DSTDIR}/$$i ${DSTDIR}/tiles ; \ done -.include "../../archivers/bzip2/buildlink2.mk" +.include "../../archivers/bzip2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |