diff options
author | vd <vd@FreeBSD.org> | 2007-01-15 21:24:52 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-01-15 21:24:52 +0800 |
commit | da1daee251c1a8954737ef1b24f11231c6aeefdb (patch) | |
tree | a417632d85b05254f8f73dca7f684ff6ae02a3d1 /korean | |
parent | 23699c4a5ff86609af3d6be30029cd1c1c0d1000 (diff) | |
download | freebsd-ports-graphics-da1daee251c1a8954737ef1b24f11231c6aeefdb.tar.gz freebsd-ports-graphics-da1daee251c1a8954737ef1b24f11231c6aeefdb.tar.zst freebsd-ports-graphics-da1daee251c1a8954737ef1b24f11231c6aeefdb.zip |
Fix dependency specification - korean/hlatex no longer installs
${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks, thus depend on
`hbibtex' executable instead.
Reported by: kris
Approved by: kris
Diffstat (limited to 'korean')
-rw-r--r-- | korean/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/texinfo/Makefile b/korean/texinfo/Makefile index 932a1dc2bb9..93792cec887 100644 --- a/korean/texinfo/Makefile +++ b/korean/texinfo/Makefile @@ -7,7 +7,7 @@ PORTNAME= texinfo PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= korean print MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ DISTNAME= ${PORTNAME}-ko-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-ko-${PORTVERSION} MAINTAINER= cjh@FreeBSD.org COMMENT= Korean enabled Texinfo formatter -RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex +RUN_DEPENDS= hbibtex:${PORTSDIR}/korean/hlatex GNU_CONFIGURE= YES USE_GETTEXT= yes |