diff options
Diffstat (limited to 'textproc/p5-HTML-Truncate/Makefile')
-rw-r--r-- | textproc/p5-HTML-Truncate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Truncate/Makefile b/textproc/p5-HTML-Truncate/Makefile index bf56fd371037..47a03d271cba 100644 --- a/textproc/p5-HTML-Truncate/Makefile +++ b/textproc/p5-HTML-Truncate/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Truncate HTML by character count while preserving well-formedness -BUILD_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset +BUILD_DEPENDS= p5-HTML-Parser>=2:www/p5-HTML-Parser \ + p5-HTML-Tagset>=3:www/p5-HTML-Tagset RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |