aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-12-31 14:24:23 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-12-31 14:24:23 +0000
commit81b550e88efce1527deba93c5b79c7c0b40bf1ec (patch)
treeff74d0ee9520178ebff224e81537211d02638d27 /net-mgmt/rancid/Makefile
parent3b78e8a79259b5c8385892125f569d91a3df8fd7 (diff)
downloadports-81b550e88efce1527deba93c5b79c7c0b40bf1ec.tar.gz
ports-81b550e88efce1527deba93c5b79c7c0b40bf1ec.zip
- Fix up issues with expect as described in ports/118452
- Cleanup pkg-plist PR: ports/119184 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=204762
Diffstat (limited to 'net-mgmt/rancid/Makefile')
-rw-r--r--net-mgmt/rancid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile
index 3d61fcad44e1..2ee817b9d083 100644
--- a/net-mgmt/rancid/Makefile
+++ b/net-mgmt/rancid/Makefile
@@ -7,15 +7,15 @@
PORTNAME= rancid
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Really Awesome New Cisco confIg Differ
-BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
-RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
+BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect-devel
+RUN_DEPENDS= expect:${PORTSDIR}/lang/expect-devel \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple