diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-19 18:51:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-19 18:51:01 +0000 |
commit | 555f2ef6ff897896e1ce29759e30656b54e6f569 (patch) | |
tree | 2a215fb740385ad8bf9e506fdd8f337ef447923f /x11/xcursor | |
parent | 50504fa77f3ce435b44df062996b5471172fd490 (diff) | |
download | pkgsrc-555f2ef6ff897896e1ce29759e30656b54e6f569.tar.gz |
Move the settings, which force the use of builtin versions of dependencies
if the builtin version of the package is being used, into a global
location so that they're always executed.
Diffstat (limited to 'x11/xcursor')
-rw-r--r-- | x11/xcursor/buildlink3.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xcursor/buildlink3.mk b/x11/xcursor/buildlink3.mk index bd1c42df907..3f4f55c9118 100644 --- a/x11/xcursor/buildlink3.mk +++ b/x11/xcursor/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2004/02/18 16:53:52 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2004/02/19 18:51:01 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+ @@ -87,12 +87,15 @@ BUILDLINK_DEPENDS+= xcursor . endif .endif +.if !empty(BUILDLINK_USE_BUILTIN.xcursor:M[yY][eE][sS]) +BUILDLINK_USE_BUILTIN.Xrender= yes +.endif + .if !empty(XCURSOR_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.xcursor+= xcursor>=1.1.1 . if !empty(BUILDLINK_USE_BUILTIN.xcursor:M[yY][eE][sS]) BUILDLINK_PREFIX.xcursor= ${X11BASE} BUILDLINK_FILES.xcursor+= lib/pkgconfig/xcursor.pc -BUILDLINK_USE_BUILTIN.Xrender= yes . endif USE_X11= yes |