summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:14:36 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:14:36 +0000
commita9c642cc4876eee5afd71551f3e69d273f4039cb (patch)
tree1484678fbd156fea53e990c21a0ec7ad23666610 /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parent - Fix USE_APACHE syntax (diff)
- Update to version 2.9
Changes: http://www.infracaninophile.co.uk/portindex/ Adjust Endemic and Ubiquitous Makefile settings to account for OPTIONSng - Switch to OPTIONSng Approved by: shaun (mentor)
Notes
Notes: svn path=/head/; revision=298385
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 56e86c9b2e46..5e44259821ff 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= FreeBSD-Portindex
-PORTVERSION= 2.8
+PORTVERSION= 2.9
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -15,17 +15,18 @@ COMMENT= Incremental FreeBSD ports INDEX file generation
LICENSE= BSD
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
+BUILD_DEPENDS= p5-BerkeleyDB>0:${PORTSDIR}/databases/p5-BerkeleyDB
RUN_DEPENDS:= ${BUILD_DEPENDS}
# GraphViz not required for portindex to run or generate GraphViz
# format output: this is only needed to render the output on the same
# machine.
-OPTIONS= GRAPHVIZ "Add GraphViz run-time dependency" off
+OPTIONS_DEFINE= GRAPHVIZ
+GRAPHVIS_DESCR= Add GraphViz run-time dependency
.include <bsd.port.options.mk>
-.if defined(WITH_GRAPHVIZ)
+.if ${PORT_OPTIONS:MGRAPHVIZ}
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.endif