diff options
-rw-r--r-- | x11/xcursorgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 49cc0791b7a..87fdb43be88 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:56:53 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/01 18:13:10 wiz Exp $ DISTNAME= xcursorgen-4.3.0 WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} @@ -10,7 +10,7 @@ MAINTAINER= xsrc-manager@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= Create an X cursor file from a collection of PNG images -USE_BUILDLINK= YES +USE_BUILDLINK2= YES USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" |