diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
commit | dc5ea736c74183cb97733284c8c15e35097cec4f (patch) | |
tree | 8644f90f24332fbab844e94152be9737d2262e32 /korean/nhppf/Makefile | |
parent | wgconvert is missing in the default install target and doesn't get installed, (diff) |
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
Diffstat (limited to 'korean/nhppf/Makefile')
-rw-r--r-- | korean/nhppf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile index 1aea83c10dc7..8896b983518b 100644 --- a/korean/nhppf/Makefile +++ b/korean/nhppf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 09:06:45 asami Exp $ # DISTNAME= nhppf-1.2 @@ -16,7 +16,7 @@ MAINTAINER= junker@jazz.snu.ac.kr NO_BUILD= yes RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts \ - perl5.004:${PORTSDIR}/lang/perl5 + perl5.00401:${PORTSDIR}/lang/perl5 do-configure: @cd ${WRKSRC}; \ |