aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 01:09:44 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 01:09:44 +0000
commit769f21b4b0cef3f0b9610f8a451df452077c801d (patch)
tree25d792f4afee27ff8766f0f4010c702ac6e3f9b5 /www
parent326800730f4bc9740fb303379d1fed8f371134f3 (diff)
downloadports-769f21b4b0cef3f0b9610f8a451df452077c801d.tar.gz
ports-769f21b4b0cef3f0b9610f8a451df452077c801d.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/p5-Kwiki-plugins/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Kwiki-plugins/Makefile b/www/p5-Kwiki-plugins/Makefile
index 77876889d002..e58c25e1be02 100644
--- a/www/p5-Kwiki-plugins/Makefile
+++ b/www/p5-Kwiki-plugins/Makefile
@@ -21,6 +21,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= ARCHIVERCS "Page Archival Using RCS" on \
ARCHIVESVK "Page Archival Using SVK" off \
+ GDGRAPHGENERATOR "GD Graph Generator" off \
+ NEWPAGE "New Page Plugin" on \
REVISIONS "Revisions Plugin" on \
RECENTCHANGES "Recent Changes Plugin" on \
RECENTCHANGESRSS "RSS Plugin" on \
@@ -40,6 +42,14 @@ RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/Rcs.pm:${PORTSDIR}/www/p5-Kwiki-Archive
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/SVK.pm:${PORTSDIR}/www/p5-Kwiki-Archive-SVK
.endif
+.if defined(WITH_GDGRAPHGENERATOR)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/GDGraphGenerator.pm:${PORTSDIR}/www/p5-Kwiki-GDGraphGenerator
+.endif
+
+.if defined(WITH_NEWPAGE)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/NewPage.pm:${PORTSDIR}/www/p5-Kwiki-NewPage
+.endif
+
.if defined(WITH_REVISIONS)
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Revisions.pm:${PORTSDIR}/www/p5-Kwiki-Revisions
.endif