aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 08:35:55 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 08:35:55 +0000
commitc85d4f8b7706f8f1cebfec822022fb9db9ead261 (patch)
tree7e0fbd62075dbcb7796c7373aad21a4f17f9806c /www
parentc9446c3353ca47094a96c9c4cc81bb22c43292e1 (diff)
downloadports-c85d4f8b7706f8f1cebfec822022fb9db9ead261.tar.gz
ports-c85d4f8b7706f8f1cebfec822022fb9db9ead261.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/p5-Kwiki-plugins/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Kwiki-plugins/Makefile b/www/p5-Kwiki-plugins/Makefile
index e58c25e1be02..59cc1c664da9 100644
--- a/www/p5-Kwiki-plugins/Makefile
+++ b/www/p5-Kwiki-plugins/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= ARCHIVERCS "Page Archival Using RCS" on \
ARCHIVESVK "Page Archival Using SVK" off \
+ ATOM "Atom Plugin" off \
GDGRAPHGENERATOR "GD Graph Generator" off \
NEWPAGE "New Page Plugin" on \
REVISIONS "Revisions Plugin" on \
@@ -42,6 +43,10 @@ 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_ATOM)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Atom.pm:${PORTSDIR}/www/p5-Kwiki-Atom
+.endif
+
.if defined(WITH_GDGRAPHGENERATOR)
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/GDGraphGenerator.pm:${PORTSDIR}/www/p5-Kwiki-GDGraphGenerator
.endif