diff options
author | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
commit | f63de72ad91a5e675f6b4da410b4fc8333fc0d81 (patch) | |
tree | 387535a43617bd882ee1e20ce4779c6544f8925b /fonts/jisx0208fonts | |
parent | 8f8631769bc10d6d2843a57e8f6ca7d8c8fa63da (diff) | |
download | pkgsrc-f63de72ad91a5e675f6b4da410b4fc8333fc0d81.tar.gz |
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'fonts/jisx0208fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index a3764592240..0eb127b0de2 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/03/17 16:49:38 jun Exp $ +# $NetBSD: Makefile,v 1.15 2001/03/27 03:19:56 hubertf Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard # not USE_GMAKE -BUILD_DEPENDS+= gmake:../../devel/gmake +BUILD_DEPENDS+= gmake-3.79.1:../../devel/gmake USE_NON_RECTANGULAR?= NO USE_SHINONOME?= YES @@ -53,7 +53,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.shinonome SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${PERL5}" SHINONOME_CONFIGURE_ARGS=${CONFIGURE_ARGS} --with-fontdir=${FONTDIR} --disable-progressbar -BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base +BUILD_DEPENDS+= perl-5.*:../../lang/perl5 .endif MASTER_SITES+= ftp://ftp.jaist.ac.jp/pub/misc/character/fonts/kappa/ |