diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-07-06 07:48:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-07-06 07:48:07 +0000 |
commit | fc4c08d8107e49ae6c74cd0a68038e0c28f58306 (patch) | |
tree | 9fd9f2624797e43279a893da9148a5bcf88b9514 /fonts | |
parent | e98d745804622e7287b4a51a618afc3f81ceaaf9 (diff) | |
download | pkgsrc-fc4c08d8107e49ae6c74cd0a68038e0c28f58306.tar.gz |
No need to depend on Perl5, it's only for build. PR22069 by Akio Obata.
Bump revision to 1.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/monafonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/monafonts/Makefile b/fonts/monafonts/Makefile index bcfd1f7cd44..6de783f8e28 100644 --- a/fonts/monafonts/Makefile +++ b/fonts/monafonts/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/02/06 04:24:12 uebayasi Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/06 07:48:07 uebayasi Exp $ DISTNAME= monafont-2.22 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/font/fonts/} CATEGORIES= fonts japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=monafont/} @@ -12,7 +13,7 @@ COMMENT= Japanese fonts for "Mona" seen at 2ch.net USE_X11BASE= yes USE_PKGINSTALL= yes -USE_PERL5= yes +USE_PERL5= build ALL_TARGET= bdf MAKE_FLAGS+= SED_CMD=${SED:Q} MAKE_FLAGS+= PERL_CMD=${PERL5:Q} |