aboutsummaryrefslogtreecommitdiff
path: root/sysutils/confman
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-21 18:56:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-21 18:56:49 +0000
commit10d43c3262800412546295fc647dca4a80d217a4 (patch)
treea9390ea24966323180e0b9c5d6d251dc616dd5f5 /sysutils/confman
parentddd66371b6f0af42ce59721f4a5719274a864a15 (diff)
downloadports-10d43c3262800412546295fc647dca4a80d217a4.tar.gz
ports-10d43c3262800412546295fc647dca4a80d217a4.zip
- Add required dependency
PR: 135848 Submitted by: Christopher Cowart <ccowart at timesinks dot net> (maintainer) Patch by: Benjamin Lee <ben at b1c1l1 dot com>
Notes
Notes: svn path=/head/; revision=236424
Diffstat (limited to 'sysutils/confman')
-rw-r--r--sysutils/confman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/confman/Makefile b/sysutils/confman/Makefile
index 495b4d857d44..9ff01770ae51 100644
--- a/sysutils/confman/Makefile
+++ b/sysutils/confman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= confman
PORTVERSION= 1.9.0b
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.timesinks.net/distfiles/
@@ -16,7 +16,8 @@ COMMENT= A revision controlled configuration manager
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
svn:${PORTSDIR}/devel/subversion \
- sudo:${PORTSDIR}/security/sudo
+ sudo:${PORTSDIR}/security/sudo \
+ greadlink:${PORTSDIR}/sysutils/coreutils
GNU_CONFIGURE= yes