summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authortron <tron>2002-08-12 19:58:37 +0000
committertron <tron>2002-08-12 19:58:37 +0000
commit16a1ee35e64f24dd9e42d955a2c329516022b5bd (patch)
treee83a755413a699bd41498542acab109e113be093 /fonts
parent3b80163e6bd75fe26b3c3778f09edb02996fdf51 (diff)
downloadpkgsrc-16a1ee35e64f24dd9e42d955a2c329516022b5bd.tar.gz
We don't need to include "pkgsrc/graphics/freetype2/buildlink.mk" because
the package only works with XFree86 4.x where "freetype2" is included.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/mkfontscale/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile
index 768b4b62a6b..c5903a502fc 100644
--- a/fonts/mkfontscale/Makefile
+++ b/fonts/mkfontscale/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/07/17 18:13:48 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2002/08/12 19:58:37 tron Exp $
DISTNAME= mkfontscale-20020524
CATEGORIES= fonts
@@ -9,7 +8,7 @@ MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://www.pps.jussieu.fr/~jch/software/files/
COMMENT= create an index of scalable font files for X
-USE_IMAKE= yes
+USE_IMAKE= YES
WRKSRC= ${WRKDIR}/mkfontscale
@@ -19,5 +18,4 @@ WRKSRC= ${WRKDIR}/mkfontscale
IGNORE= "Needs the fontenc.h header file, which comes with newer XFree versions."
.endif
-.include "../../graphics/freetype2/buildlink.mk"
.include "../../mk/bsd.pkg.mk"