diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 16:55:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 16:55:28 +0000 |
commit | 86de2200e1849c8ca8de9b9ba372e57dc55ae4f6 (patch) | |
tree | 35746cb478d49e17c7087daa84a9ec1946cced8b /x11/libXcursor | |
parent | 18c046728fbaafbd67ee58d7b269ed67969d4fa3 (diff) | |
download | pkgsrc-86de2200e1849c8ca8de9b9ba372e57dc55ae4f6.tar.gz |
First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/buildlink3.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/libXcursor/buildlink3.mk b/x11/libXcursor/buildlink3.mk index d181889afd9..2d5dbbe662c 100644 --- a/x11/libXcursor/buildlink3.mk +++ b/x11/libXcursor/buildlink3.mk @@ -1,4 +1,10 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/11/05 16:55:28 joerg Exp $ + +.include "../../mk/bsd.fast.prefs.mk" + +.if ${X11_TYPE} != "modular" +.include "../../x11/xcursor/buildlink3.mk" +.else BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBXCURSOR_BUILDLINK3_MK:= ${LIBXCURSOR_BUILDLINK3_MK}+ @@ -22,3 +28,5 @@ BUILDLINK_PKGSRCDIR.libXcursor?= ../../x11/libXcursor .include "../../x11/xproto/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} + +.endif |