aboutsummaryrefslogtreecommitdiff
path: root/devel/doxygen/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-02-09 19:33:52 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-02-09 19:33:52 +0000
commit3408322214dfcdca772e1ab453327f293cf24378 (patch)
tree4003e77bf54beeb71eb520b27be39d53af7d8335 /devel/doxygen/Makefile
parente5b5692140cb16439507e07e7504298effaa7ca6 (diff)
downloadports-3408322214dfcdca772e1ab453327f293cf24378.tar.gz
ports-3408322214dfcdca772e1ab453327f293cf24378.zip
Notes
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r--devel/doxygen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index d28c975e5cea..7f678eec92a7 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= doxygen
-PORTVERSION= 1.3.6
+PORTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
EXTRACT_SUFX= .src.tar.gz
@@ -27,7 +27,8 @@ BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
ALL_TARGET+= pdf
PLIST_SUB+= HAVE_LATEX=""
GSPORT?= print/ghostscript-gnu
-BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
+BUILD_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \
+ latex:${PORTSDIR}/print/teTeX \
gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
MAKE_ARGS+= HAVE_LATEX=yes
.else # !defined(WITHOUT_LATEX)