diff options
author | minskim <minskim> | 2004-03-07 01:07:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 01:07:57 +0000 |
commit | c4906787e3894958e7d4b5f4a07bc24091e39696 (patch) | |
tree | f7bdcd306164fd3f6427dcbcbfb68958fe3d517b /x11/xcursor | |
parent | 475343ca5e2daedba3fdac45341ff6e22bcb3ed7 (diff) | |
download | pkgsrc-c4906787e3894958e7d4b5f4a07bc24091e39696.tar.gz |
No longer used.
Diffstat (limited to 'x11/xcursor')
-rw-r--r-- | x11/xcursor/buildlink2.mk | 26 |
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 |