diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
commit | bb44e6d1a53c57d367efaef4f0ed105146e807d1 (patch) | |
tree | 41fb67f6422fe885b03fd03e28534b26e5656b1f /www/twiki-WysiwygPlugin | |
parent | 3eea4ba0fb2db61db46710a5a6cf84d0ec27bf53 (diff) | |
download | freebsd-ports-gnome-bb44e6d1a53c57d367efaef4f0ed105146e807d1.tar.gz freebsd-ports-gnome-bb44e6d1a53c57d367efaef4f0ed105146e807d1.tar.zst freebsd-ports-gnome-bb44e6d1a53c57d367efaef4f0ed105146e807d1.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/twiki-WysiwygPlugin')
-rw-r--r-- | www/twiki-WysiwygPlugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/twiki-WysiwygPlugin/Makefile b/www/twiki-WysiwygPlugin/Makefile index 94465b121cc5..555a9eea967e 100644 --- a/www/twiki-WysiwygPlugin/Makefile +++ b/www/twiki-WysiwygPlugin/Makefile @@ -6,11 +6,11 @@ PORTNAME= WysiwygPlugin SVNREV= 17720 +PORTREVISION= 1 COMMENT= Translator framework for Wysiwyg editors -RUN_DEPENDS= p5-HTML-Parser>=3.28:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Encode>=2.01:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS= p5-HTML-Parser>=3.28:${PORTSDIR}/www/p5-HTML-Parser .include "${.CURDIR}/../twiki/bsd.twiki.mk" .include <bsd.port.mk> |