summaryrefslogtreecommitdiff
path: root/fonts/Xft2
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-01-05 17:24:12 +0000
committertron <tron@pkgsrc.org>2008-01-05 17:24:12 +0000
commit5ea70be2577b58eaa068fd470846a8f7d746e07c (patch)
tree72bef7db15e86000d3b4af3dfc55d8d78333c68c /fonts/Xft2
parent25863a00fab785d99bfab91ae4e84e654d0189ba (diff)
downloadpkgsrc-5ea70be2577b58eaa068fd470846a8f7d746e07c.tar.gz
Setting "USE_BUILTIN.Xrender" and "USE_BUILTIN.fontconfig" here is very
bogus because we need these variables to be defined and not to be "no" to decide whether we want to use the builtin version.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r--fonts/Xft2/builtin.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/fonts/Xft2/builtin.mk b/fonts/Xft2/builtin.mk
index 3817ecd697c..ac3dba3bf8e 100644
--- a/fonts/Xft2/builtin.mk
+++ b/fonts/Xft2/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2006/05/09 00:14:55 reed Exp $
+# $NetBSD: builtin.mk,v 1.16 2008/01/05 17:24:12 tron Exp $
BUILTIN_PKG:= Xft2
@@ -96,9 +96,6 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1nb2
. if !empty(USE_BUILTIN.Xft2:M[yY][eE][sS])
BUILDLINK_PREFIX.Xft2= ${X11BASE}
BUILDLINK_FILES.Xft2+= lib/pkgconfig/xft.pc
-
-USE_BUILTIN.Xrender= yes
-USE_BUILTIN.fontconfig= yes
. endif
.endif # CHECK_BUILTIN.Xft2