summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-07 01:07:57 +0000
committerminskim <minskim@pkgsrc.org>2004-03-07 01:07:57 +0000
commit01af22b7f5c0404aa850d1dfff3c1f90cc915c2a (patch)
treef7bdcd306164fd3f6427dcbcbfb68958fe3d517b /x11/xcursor
parent4c8da2f3c28f5c308f6f40f40cc16d91ce012e5f (diff)
downloadpkgsrc-01af22b7f5c0404aa850d1dfff3c1f90cc915c2a.tar.gz
No longer used.
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/buildlink2.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/xcursor/buildlink2.mk b/x11/xcursor/buildlink2.mk
deleted file mode 100644
index 6cb873ce26b..00000000000
--- a/x11/xcursor/buildlink2.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.2 2004/02/14 20:51:46 kristerw Exp $
-
-.if !defined(XCURSOR_BUILDLINK2_MK)
-XCURSOR_BUILDLINK2_MK= # defined
-
-BUILDLINK_PACKAGES+= xcursor
-BUILDLINK_DEPENDS.xcursor?= xcursor>=1.1.1
-BUILDLINK_PKGSRCDIR.xcursor?= ../../x11/xcursor
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.xcursor=xcursor
-BUILDLINK_PREFIX.xcursor_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.xcursor+= include/X11/Xcursor/Xcursor.h
-BUILDLINK_FILES.xcursor+= lib/libXcursor.*
-
-USE_X11= yes
-
-BUILDLINK_DEPENDS.Xrender= Xrender>=0.8
-
-.include "../../x11/Xfixes/buildlink2.mk"
-.include "../../x11/Xrender/buildlink2.mk"
-
-BUILDLINK_TARGETS+= xcursor-buildlink
-
-xcursor-buildlink: _BUILDLINK_USE
-
-.endif # XCURSOR_BUILDLINK2_MK