diff options
author | snj <snj> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-19 04:53:58 +0000 |
commit | cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51 (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /x11/xcursorgen | |
parent | 4871d1ffaa3f7710ade09baa6ba2cf2c929289a2 (diff) | |
download | pkgsrc-cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index c0a70b0feea..2042eaa2b24 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/19 05:26:33 snj Exp $ DISTNAME= xcursorgen-4.3.0 CATEGORIES= x11 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xfree86.org/ COMMENT= Create an X cursor file from a collection of PNG images WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" @@ -19,7 +19,7 @@ USE_IMAKE= YES PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer." .endif -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" MAKE_ENV+= LOCAL_LDFLAGS="-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.png_DEFAULT}/lib" |