diff options
author | tron <tron@pkgsrc.org> | 2002-08-12 19:58:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-12 19:58:37 +0000 |
commit | 97495dbb57d18453484b0919f913d70805070c15 (patch) | |
tree | e83a755413a699bd41498542acab109e113be093 /fonts | |
parent | ccc84595e04f9f71dc2167917355d66d97ae77d7 (diff) | |
download | pkgsrc-97495dbb57d18453484b0919f913d70805070c15.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/Makefile | 6 |
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" |