aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-23 09:03:59 +0800
committerSteve Wills <swills@FreeBSD.org>2011-10-23 09:03:59 +0800
commit036a0b3d569630b5dd0086d7796ca68ea009defd (patch)
treed60d02ec8e003197cf303ac6c429d031c0d53dfc /textproc
parent3cefafd5fd7fa6192908011bbd4fb10d1708337f (diff)
downloadfreebsd-ports-gnome-036a0b3d569630b5dd0086d7796ca68ea009defd.tar.gz
freebsd-ports-gnome-036a0b3d569630b5dd0086d7796ca68ea009defd.tar.zst
freebsd-ports-gnome-036a0b3d569630b5dd0086d7796ca68ea009defd.zip
- Correct mistake I made in previous commit, p5-Test-Simple is not
needed as a run dependency
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Feed-Deduper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Feed-Deduper/Makefile b/textproc/p5-XML-Feed-Deduper/Makefile
index ae3a716094cf..c154c526c91e 100644
--- a/textproc/p5-XML-Feed-Deduper/Makefile
+++ b/textproc/p5-XML-Feed-Deduper/Makefile
@@ -20,7 +20,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed \
p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
+ p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
PERL_MODBUILD= yes