diff options
author | jlam <jlam> | 2004-02-19 18:51:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-19 18:51:01 +0000 |
commit | 71ec9c937d3c3c965a84325fda059a2b9a7f25f8 (patch) | |
tree | 2a215fb740385ad8bf9e506fdd8f337ef447923f /x11/xcursor/buildlink3.mk | |
parent | 7b6509a8fba99e41a36c7f0499e39a31c6f41cb4 (diff) | |
download | pkgsrc-71ec9c937d3c3c965a84325fda059a2b9a7f25f8.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/buildlink3.mk')
-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 |