summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-08 04:47:52 +0000
committerxtraeme <xtraeme>2004-10-08 04:47:52 +0000
commit43362e0e75c3e5b2c66dbdc4235d09196b8c31c8 (patch)
treeaf60e39ca43c6f7a4ac0fb910a474ef6cf31345c /mk
parente0270f67f065a66374f210d37a35cffb2f7cf6a9 (diff)
downloadpkgsrc-43362e0e75c3e5b2c66dbdc4235d09196b8c31c8.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')
-rw-r--r--mk/defaults/mk.conf4
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