From 769f21b4b0cef3f0b9610f8a451df452077c801d Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 1 Sep 2004 01:09:44 +0000 Subject: Add support to two new plugins (Kwiki::NewPage, Kwiki::GDGraphGenerator) Submitted by: elvis Approved by: vanilla (co-mentor) --- www/p5-Kwiki-plugins/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'www/p5-Kwiki-plugins') 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 -- cgit v1.2.3