diff options
author | asami <asami@FreeBSD.org> | 1997-07-18 13:04:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-18 13:04:20 +0800 |
commit | f09edee68276fb10f64404263149d089b008bea7 (patch) | |
tree | 6ac08fc2a2778b66450edd3de122d03827b43f52 /korean/nhppf | |
parent | cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404 (diff) | |
download | freebsd-ports-graphics-f09edee68276fb10f64404263149d089b008bea7.tar.gz freebsd-ports-graphics-f09edee68276fb10f64404263149d089b008bea7.tar.zst freebsd-ports-graphics-f09edee68276fb10f64404263149d089b008bea7.zip |
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')
-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 1aea83c10dc..8896b983518 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}; \ |