summaryrefslogtreecommitdiff
path: root/devel/doxygen/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-25 08:47:25 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-25 08:47:25 +0000
commit4ee0609f7f25ad1c4cfde3d28b64a8d12459ddce (patch)
treed2c3117e54d937f29d7c07093ca770f271446e4d /devel/doxygen/Makefile
parentadd cryptoslam (diff)
- update to 1.2.12
- set depends appropriately if HAVE_LATEX is defined PR: 32091 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50514
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r--devel/doxygen/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index aa83f29d9e0a..efd0f33cfd36 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= doxygen
-PORTVERSION= 1.2.11
+PORTVERSION= 1.2.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
EXTRACT_SUFX= .src.tar.gz
@@ -15,13 +15,17 @@ MAINTAINER= bsdport@ddm.wox.org
.ifndef NOPORTDOCS
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
+.ifdef HAVE_LATEX
+BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
+ dvipdfm:${PORTSDIR}/print/dvipdfm
+.endif
.endif
USE_QT_VER= 2
USE_PERL5= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
-QT_NONSTANDARD= yes # non-standard configure arguements
+QT_NONSTANDARD= yes # non-standard configure arguments
CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
--with-doxywizard