diff options
author | recht <recht> | 2004-02-15 09:47:48 +0000 |
---|---|---|
committer | recht <recht> | 2004-02-15 09:47:48 +0000 |
commit | 86eb9b1cd93d7f11e1f0cae8537e65a1257e7ab7 (patch) | |
tree | 37decc7778a14deefe4b7ffed3948027bd81f9c0 /x11 | |
parent | b8f7176e0793cc8974d01d54c16143839a78594d (diff) | |
download | pkgsrc-86eb9b1cd93d7f11e1f0cae8537e65a1257e7ab7.tar.gz |
bl3ify
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcursor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xcursor/Makefile b/x11/xcursor/Makefile index be2c486339d..47ef71476ec 100644 --- a/x11/xcursor/Makefile +++ b/x11/xcursor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 20:51:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/15 09:47:48 recht Exp $ # DISTNAME= libXcursor-1.1.1 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.freedesktop.org/Software/xlibs COMMENT= Client-side cursor loading library for X USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= xcursor.pc.in BUILDLINK_DEPENDS.Xrender= Xrender>=0.8 -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../x11/Xfixes/buildlink2.mk" -.include "../../x11/Xrender/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/Xfixes/buildlink3.mk" +.include "../../x11/Xrender/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |