diff options
author | asami <asami@FreeBSD.org> | 1997-06-05 00:06:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-05 00:06:32 +0000 |
commit | 274e65eca7c87502daa2dfcf187230a06831712c (patch) | |
tree | 1c76758809054e43b4ed30dc0608f03198610bde /korean | |
parent | 03d2d8189c6089cfd5edc04462e78135fe4be555 (diff) | |
download | FreeBSD-ports-274e65eca7c87502daa2dfcf187230a06831712c.zip FreeBSD-ports-274e65eca7c87502daa2dfcf187230a06831712c.tar.gz |
Doesn't depend on perl5 anymore.
Submitted by: junker
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 d6152d8..2ec74b9 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 |