summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-08 09:25:58 +0000
committerjlam <jlam>2002-10-08 09:25:58 +0000
commit27db30475a43eca2ddb1d1f5f76e83e192429b10 (patch)
treea6f0887f89544d32250b73dd5743c6d354767695 /graphics/freetype2
parent0f47830953f74c373c36dfe7bec564042bea8e1c (diff)
downloadpkgsrc-27db30475a43eca2ddb1d1f5f76e83e192429b10.tar.gz
Don't prohibit building freetype2 even if it's distributed with XFree86 as
we may need to install a newer freetype2 to satisfy a package dependency.
Diffstat (limited to 'graphics/freetype2')
-rw-r--r--graphics/freetype2/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 7f4cbc10d2d..82f3e48e471 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/08/25 18:39:00 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/08 09:25:58 jlam Exp $
#
DISTNAME= freetype-2.0.5
@@ -24,19 +24,6 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/include
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/builds/unix/libtool
-.include "../../mk/bsd.prefs.mk"
-
-# Check if we got FreeType2 distributed with XFree86 4.x.
-.if exists(${X11BASE}/include/freetype2/freetype/freetype.h)
-_IS_BUILTIN_FREETYPE2!= ${EGREP} -c BuildFreetype2Library ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE}
-.else
-_IS_BUILTIN_FREETYPE2= 0
-.endif
-
-.if ${_IS_BUILTIN_FREETYPE2} != "0"
-IGNORE= "FreeType2 has already been installed as part of XFree86-4.x"
-.endif
-
post-configure:
cd ${WRKSRC} && ${LN} -s builds/unix/unix.mk config.mk