diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:47:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:47:52 +0000 |
commit | 8dfcb6fabdf638aff90491a73380a903e7050098 (patch) | |
tree | af60e39ca43c6f7a4ac0fb910a474ef6cf31345c /mk/defaults | |
parent | 7374c7230c50cb4435140ac4932c66639e2dae87 (diff) | |
download | pkgsrc-8dfcb6fabdf638aff90491a73380a903e7050098.tar.gz |
X11_TYPE=xorg:
Blah, again the .pc files problem with compositeext and fixesext, we have
the headers but not these files... remove them.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index df50c824fff..4cf1dd33558 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.5 2004/10/08 04:00:37 xtraeme Exp $ +# $NetBSD: mk.conf,v 1.6 2004/10/08 04:47:52 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -174,10 +174,8 @@ VARBASE?= /var X11ROOT_PREFIX?= XFree86 .elif defined(X11_TYPE) && !empty(X11_TYPE:Mxorg) X11ROOT_PREFIX?= xorg -USE_BUILTIN.fixesext= yes USE_BUILTIN.Xfixes= yes USE_BUILTIN.Xcomposite= yes -USE_BUILTIN.compositeext= yes .else X11ROOT_PREFIX?= # empty .endif |