summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-02-15 09:47:48 +0000
committerrecht <recht@pkgsrc.org>2004-02-15 09:47:48 +0000
commitdb259e2611aec2edcf6204b9a7bb4df70fe2e46a (patch)
tree37decc7778a14deefe4b7ffed3948027bd81f9c0 /x11/xcursor
parent145506f16fd04d67e861d1ac9d321e6a6ca69a34 (diff)
downloadpkgsrc-db259e2611aec2edcf6204b9a7bb4df70fe2e46a.tar.gz
bl3ify
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/Makefile10
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"