diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome2-pixmaps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gnome2-pixmaps/Makefile b/graphics/gnome2-pixmaps/Makefile index cebca2ef7e8..fb47ab2b67c 100644 --- a/graphics/gnome2-pixmaps/Makefile +++ b/graphics/gnome2-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/15 11:59:36 rh Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/05 04:01:14 wiz Exp $ # DISTNAME= gnome-desktop-2.0.8 @@ -20,7 +20,7 @@ CONFLICTS+= gnome-pixmaps-[0-9]* CONFLICTS+= gnome-pixmaps-2.0.8 .endif -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_X11= YES NO_CONFIGURE= YES NO_BUILD= YES @@ -33,6 +33,5 @@ do-install: ${INSTALL_DATA} $$i ${DSTDIR} ; \ done -.include "../../archivers/bzip2/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../archivers/bzip2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |