diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 02:34:45 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 02:34:45 +0000 |
commit | cd6125685942d5604fccbb34e4e552bcb0428bdd (patch) | |
tree | 88e043424a5b973ef90c607d56b88bee7732fc5f /textproc/p5-Spork | |
parent | 6385a310b08358a5a86b62172b91d4db8be782f6 (diff) | |
download | ports-cd6125685942d5604fccbb34e4e552bcb0428bdd.tar.gz ports-cd6125685942d5604fccbb34e4e552bcb0428bdd.zip |
Notes
Diffstat (limited to 'textproc/p5-Spork')
-rw-r--r-- | textproc/p5-Spork/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile index 92c779598e39..fe5324d31fc3 100644 --- a/textproc/p5-Spork/Makefile +++ b/textproc/p5-Spork/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creating standalone HTML slideshows from Kwiki markup BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/Kwiki/Cache.pm:${PORTSDIR}/www/p5-Kwiki-Cache PERL_CONFIGURE= yes |