diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 09:25:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 09:25:58 +0000 |
commit | c0427e08c80f0df731222efa11fc0b9228829e45 (patch) | |
tree | a6f0887f89544d32250b73dd5743c6d354767695 /graphics | |
parent | 103aee9d257d8505027eb12717f1df75f0de1f22 (diff) | |
download | pkgsrc-c0427e08c80f0df731222efa11fc0b9228829e45.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')
-rw-r--r-- | graphics/freetype2/Makefile | 15 |
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 |