aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla3/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-06-08 14:56:01 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-06-08 14:56:01 +0000
commit80aa157ec01782c80d8310a4cba15d87b55e1654 (patch)
tree203fd4aad123a8ac48a6e11e066af4cee916276c /devel/bugzilla3/Makefile
parentd58ef8d2e2710dc47974e38d7a1b7214e932c217 (diff)
downloadports-80aa157ec01782c80d8310a4cba15d87b55e1654.tar.gz
ports-80aa157ec01782c80d8310a4cba15d87b55e1654.zip
Notes
Diffstat (limited to 'devel/bugzilla3/Makefile')
-rw-r--r--devel/bugzilla3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile
index 642b31552f8c..46a6c7b83e2c 100644
--- a/devel/bugzilla3/Makefile
+++ b/devel/bugzilla3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= bugzilla
-PORTVERSION?= 2.18
-PORTREVISION?= 2
+PORTVERSION?= 2.18.1
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -16,6 +15,7 @@ MAINTAINER?= skv@FreeBSD.org
COMMENT?= Bug-tracking system developed by Mozilla Project
OPTIONS= CHARTING_MODULES "Bug charting support" on \
+ GRAPHVIZ "Use GraphViz" off \
EMAIL_GATEWAY "Use email gateway" off \
EXPORT_IMPORT "Import/export bugs (via XML)" off \
CONTRIB "Install user-contributed scripts" off \
@@ -59,6 +59,10 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
.endif
+.ifdef WITH_GRAPHVIZ
+RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
+.endif
+
.ifdef WITH_EMAIL_GATEWAY
RUN_DEPENDS+= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools
.endif