aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-07-20 11:10:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-07-20 11:10:38 +0000
commit5eb1749a39b5e7a56b38eef5b3dc884fdcd3a1c8 (patch)
tree5d861509e849193476a9bb479a97408bdf678cc8 /sysutils/stow
parent833408fb50eca8d59b69f3f22a8fb1f0022eb2cc (diff)
downloadports-5eb1749a39b5e7a56b38eef5b3dc884fdcd3a1c8.tar.gz
ports-5eb1749a39b5e7a56b38eef5b3dc884fdcd3a1c8.zip
sysutils/stow: Fix RUN_DEPENDS
Submitted by: lassi@lassi.io
Notes
Notes: svn path=/head/; revision=506987
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile
index 691a2578e898..4afd232a2b30 100644
--- a/sysutils/stow/Makefile
+++ b/sysutils/stow/Makefile
@@ -3,6 +3,7 @@
PORTNAME= stow
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
@@ -12,6 +13,7 @@ COMMENT= GNU version of Carnegie Mellon's "Depot" program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+RUN_DEPENDS= p5-Hash-Merge>=0:textproc/p5-Hash-Merge
TEST_DEPENDS= p5-Test-Output>0:devel/p5-Test-Output
USES= gmake perl5 tar:bzip2