aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-FormatExternal
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2015-03-11 21:51:49 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2015-03-11 21:51:49 +0000
commit312a70f001999e786a818cf869d95e45689c4ebd (patch)
tree554a637207747b250479e390bdae971a809f703b /textproc/p5-HTML-FormatExternal
parentb73be9205c903021143448cf46270e0732588b11 (diff)
downloadports-312a70f001999e786a818cf869d95e45689c4ebd.tar.gz
ports-312a70f001999e786a818cf869d95e45689c4ebd.zip
Drop the dependency on p5-Encode. This is bundled with perl, and
p5-HTML-FormatExternal doesn't need any more recent verson itself. Submitted by: az
Notes
Notes: svn path=/head/; revision=381041
Diffstat (limited to 'textproc/p5-HTML-FormatExternal')
-rw-r--r--textproc/p5-HTML-FormatExternal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-HTML-FormatExternal/Makefile b/textproc/p5-HTML-FormatExternal/Makefile
index 02b402edd567..d554059197c1 100644
--- a/textproc/p5-HTML-FormatExternal/Makefile
+++ b/textproc/p5-HTML-FormatExternal/Makefile
@@ -2,6 +2,7 @@
PORTNAME= HTML-FormatExternal
PORTVERSION= 22
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ LICENSE= GPLv3
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
OPTIONS_DEFAULT= LYNX
-BUILD_DEPENDS= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
- p5-URI>=0.08:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5