aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-22 02:56:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-22 02:56:49 +0800
commit6c663e29e1b6e061fd4159e0880c272b61de6bd1 (patch)
treef4103ec977f4b13030d5d1372f408002ebc874ec
parent4e69e474eab31f3851b15fe68b24e404c4c85f31 (diff)
downloadfreebsd-ports-gnome-6c663e29e1b6e061fd4159e0880c272b61de6bd1.tar.gz
freebsd-ports-gnome-6c663e29e1b6e061fd4159e0880c272b61de6bd1.tar.zst
freebsd-ports-gnome-6c663e29e1b6e061fd4159e0880c272b61de6bd1.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>
-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