diff options
author | salo <salo@pkgsrc.org> | 2003-10-13 09:53:59 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-10-13 09:53:59 +0000 |
commit | f345b20cdddff9997ce0c768241ac4b1db734068 (patch) | |
tree | 7298eaff80b920d73109538c93710b14abc111f9 /fonts | |
parent | 9f1bd9c0236fb53250b028a0b53c78c894e906cc (diff) | |
download | pkgsrc-f345b20cdddff9997ce0c768241ac4b1db734068.tar.gz |
Trivially use buildlink2 so the right compiler is picked up.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index f6146449177..fd8aa8d21c3 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.10 2003/09/09 07:44:57 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2003/10/13 09:53:59 salo Exp $ +# DISTNAME= mkfontscale-20020524 PKGREVISION= 2 @@ -10,6 +11,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_BUILDLINK2= YES USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" |