diff options
Diffstat (limited to 'math/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 8d9eaafa69b1..de72df0da0b0 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -7,7 +7,7 @@ PORTNAME= proofgeneral PORTVERSION= 3.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ DISTNAME= ProofGeneral-3.7.1 @@ -62,7 +62,8 @@ INFO= PG-adapting ProofGeneral .if !defined(NOPORTDOCS) MAKE_ARGS+= DOCSDIR=${DOCSDIR} INSTALLDOC=install-doc -BUILD_DEPENDS+= ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \ + texi2pdf:${PORTSDIR}/print/texinfo .endif post-patch: |