diff options
author | tron <tron> | 2008-01-07 13:59:35 +0000 |
---|---|---|
committer | tron <tron> | 2008-01-07 13:59:35 +0000 |
commit | ba6e4ac55d5261f7a8115b740b5509d9aa2f6bcf (patch) | |
tree | 64e2d80624a5230463d9fd65f0b2ae2ee6794929 /x11/randrproto | |
parent | 5ec05e76401f75f9fa3c2ba1df8e4c1b17268083 (diff) | |
download | pkgsrc-ba6e4ac55d5261f7a8115b740b5509d9aa2f6bcf.tar.gz |
Unbreak build of a lot of X11 packages on systems which use native X11
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg"
is obsolete and *not* equivalent to checking whether we are not using
modular X.org.
Diffstat (limited to 'x11/randrproto')
-rw-r--r-- | x11/randrproto/buildlink3.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/randrproto/buildlink3.mk b/x11/randrproto/buildlink3.mk index 71e0923e00c..564c27d2635 100644 --- a/x11/randrproto/buildlink3.mk +++ b/x11/randrproto/buildlink3.mk @@ -1,11 +1,7 @@ -# $NetBSD: buildlink3.mk,v 1.7 2008/01/06 16:57:42 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2008/01/07 13:59:36 tron Exp $ .include "../../mk/bsd.fast.prefs.mk" -.if ${X11_TYPE} != "modular" -.include "../../mk/x11.buildlink3.mk" -.else - BUILDLINK_DEPMETHOD.randrproto?= build BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ @@ -25,5 +21,3 @@ BUILDLINK_PKGSRCDIR.randrproto?= ../../x11/randrproto .endif # RANDRPROTO_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} - -.endif |