diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 22:41:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 22:41:15 +0000 |
commit | 4237d54a346f23a3809e46440e393d61648b69bd (patch) | |
tree | 7d9cf0e86307ff343c03ce81d6f3e1ee125c623f /x11/randrext | |
parent | 479572997f995c78a55fd5cd3b4af88e06997552 (diff) | |
download | pkgsrc-4237d54a346f23a3809e46440e393d61648b69bd.tar.gz |
Unused.
Diffstat (limited to 'x11/randrext')
-rw-r--r-- | x11/randrext/buildlink2.mk | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11/randrext/buildlink2.mk b/x11/randrext/buildlink2.mk deleted file mode 100644 index 6ff11f7a6ce..00000000000 --- a/x11/randrext/buildlink2.mk +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.3 2004/03/15 17:30:18 recht Exp $ -# -# This Makefile fragment is included by packages that use randrext. -# -# This file was created automatically using createbuildlink 2.8. -# - -.if !defined(RANDREXT_BUILDLINK2_MK) -RANDREXT_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= randrext -# Xrandr won't build without the X Extension library which is only present -# in XFree86>=4.3. -# For this reason we don't need the header files. -. if exists(${X11BASE}/include/X11/extensions/extutil.h) -BUILDLINK_DEPENDS.randrext?= randrext>=1.0 -BUILDLINK_PKGSRCDIR.randrext?= ../../x11/randrext - -EVAL_PREFIX+= BUILDLINK_PREFIX.randrext=randrext -BUILDLINK_PREFIX.randrext_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.randrext+= include/X11/extensions/randr.h -BUILDLINK_FILES.randrext+= include/X11/extensions/randrproto.h -. else -BUILDLINK_PREFIX.randrext= ${X11BASE} -BUILDLINK_PREFIX.randrext_DEFAULT= ${X11BASE} -. endif - -BUILDLINK_TARGETS+= randrext-buildlink - -randrext-buildlink: _BUILDLINK_USE - -.endif # RANDREXT_BUILDLINK2_MK |