Fix build; use print/texinfo for texi2pdf instead of print/teTeX-base.

This commit is contained in:
Hiroki Sato
2011-06-18 17:05:16 +00:00
parent 936352d96f
commit f9e2d008d3

View File

@@ -7,7 +7,7 @@
PORTNAME= getdp
PORTVERSION= 1.2.1
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= science
MASTER_SITES= http://www.geuz.org/getdp/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -40,8 +40,9 @@ CONFIGURE_ARGS+= --enable-multiharmonic
.if !defined(NOPORTDOCS)
ALL_TARGET= all doc
BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/teTeX-base \
dvips:${PORTSDIR}/print/dvipsk-tetex
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \
dvips:${PORTSDIR}/print/dvipsk-tetex \
texi2pdf:${PORTSDIR}/print/texinfo
USE_PERL5_BUILD= yes
.endif