diff options
author | itojun <itojun> | 2001-02-01 21:55:07 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-02-01 21:55:07 +0000 |
commit | 75f3d7f9f6888aecc0b81ab981cbed9a194abcbf (patch) | |
tree | 83f0551513bf96bbf4d71a373e7292e9d793ef46 | |
parent | 25f550c9a5ac46d324f3c6c8f4239648bc36054c (diff) | |
download | pkgsrc-75f3d7f9f6888aecc0b81ab981cbed9a194abcbf.tar.gz |
typo. BUILD_DEPEND -> BUILD_DEPENDS
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 6b8843fd107..45e10bd0716 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/01 21:52:21 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/01 21:55:07 itojun Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -52,8 +52,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.shinonome SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${PERL5}" SHINONOME_CONFIGURE_ARGS=${CONFIGURE_ARGS} --with-fontdir=${FONTDIR} --disable-progressbar -BUILD_DEPEND+= ${PERL5}:../../lang/perl5-base -BUILD_DEPEND+= gmake:../../devel/gmake +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base .endif MASTER_SITES+= ftp://ftp.jaist.ac.jp/pub/misc/character/fonts/kappa/ |