diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-01 18:13:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-01 18:13:10 +0000 |
commit | 88a805849a0ff318f139ae012137904e7c8baa71 (patch) | |
tree | 5f4e336945f6b09c1dc1dec595bf8355346def07 /x11 | |
parent | b661f33780553051ce675df30f23a9258da33186 (diff) | |
download | pkgsrc-88a805849a0ff318f139ae012137904e7c8baa71.tar.gz |
It's USE_BUILDLINK2, not USE_BUILDLINK.
Diffstat (limited to 'x11')
-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" |