diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 16:50:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 16:50:02 +0000 |
commit | 1572bd05e159136f7157a71ad92965df040544e4 (patch) | |
tree | bd0dcb832bd2ac9163606f6e8fbb9ef4743b9436 /textproc/p5-Spork | |
parent | 4cee54e0a87f6a3425da151651884882e3200fa6 (diff) | |
download | ports-1572bd05e159136f7157a71ad92965df040544e4.tar.gz ports-1572bd05e159136f7157a71ad92965df040544e4.zip |
Notes
Diffstat (limited to 'textproc/p5-Spork')
-rw-r--r-- | textproc/p5-Spork/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile index 22b4e8331303..72abd46448c5 100644 --- a/textproc/p5-Spork/Makefile +++ b/textproc/p5-Spork/Makefile @@ -7,6 +7,7 @@ PORTNAME= Spork PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ @@ -15,9 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= include@npf.pt.freebsd.org COMMENT= Creating standalone HTML slideshows from Kwiki markup -BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki -RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${SITE_PERL}/Kwiki/Cache.pm:${PORTSDIR}/www/p5-Kwiki-Cache +BUILD_DEPENDS= ${LOCALBASE}/kwiki/lib/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki +RUN_DEPENDS= ${LOCALBASE}/kwiki/lib/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki PERL_CONFIGURE= yes |