diff options
-rw-r--r-- | graphics/gnome-pixmaps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gnome-pixmaps/Makefile b/graphics/gnome-pixmaps/Makefile index cc919163b2b..e74fba444d7 100644 --- a/graphics/gnome-pixmaps/Makefile +++ b/graphics/gnome-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/15 05:58:57 rh Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/21 22:40:57 jlam Exp $ # DISTNAME= gnome-core-1.4.2 @@ -18,7 +18,7 @@ CONFLICTS= gnome-core<1.4.2 CONFLICTS+= gnome2-pixmaps-[0-9]* .endif -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES @@ -35,6 +35,5 @@ do-install: ${LN} ${DSTDIR}/$$i ${DSTDIR}/tiles ; \ done -.include "../../archivers/bzip2/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../archivers/bzip2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |