diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-05 00:06:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-05 00:06:32 +0000 |
commit | e2f3cb5231631d342f86f03bbff630e05713aeba (patch) | |
tree | 5fbdb854e11b13610aa51861766274726b716eb9 /korean | |
parent | 69b8848a329a8184d2b5036b0a978da0d43c31e1 (diff) |
Doesn't depend on perl5 anymore.
Submitted by: junker
Notes
Notes:
svn path=/head/; revision=6771
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nh2ps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/korean/nh2ps/Makefile b/korean/nh2ps/Makefile index d6152d89b7e0..2ec74b98cfbc 100644 --- a/korean/nh2ps/Makefile +++ b/korean/nh2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 08:46:49 asami Exp $ # DISTNAME= nh2ps-1.0p1 @@ -13,9 +13,8 @@ MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nh2ps/ MAINTAINER= junker@jazz.snu.ac.kr -# it depends on HLaTeX-0.95(ps) fonts and perl-5.004 -RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:${PORTSDIR}/korean/hlatexpsfonts \ - perl5.004:${PORTSDIR}/lang/perl5 +# it depends on HLaTeX-0.95(ps) fonts +RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:${PORTSDIR}/korean/hlatexpsfonts MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f MAN1= nh2ps.1 |