aboutsummaryrefslogtreecommitdiffstats
path: root/www/twiki-WysiwygPlugin
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-20 09:28:55 +0800
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-20 09:28:55 +0800
commitbb44e6d1a53c57d367efaef4f0ed105146e807d1 (patch)
tree41fb67f6422fe885b03fd03e28534b26e5656b1f /www/twiki-WysiwygPlugin
parent3eea4ba0fb2db61db46710a5a6cf84d0ec27bf53 (diff)
downloadfreebsd-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/Makefile4
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>