diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-31 22:28:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-31 22:28:08 +0800 |
commit | 8992a61dc6c5df2b75993eb27484b146daf91636 (patch) | |
tree | 32f97267f724d3831a929e2a7584a709db5680db /net-mgmt | |
parent | 92d177b4d5eb21cc3d250e8730f52e44aa431eaf (diff) | |
download | freebsd-ports-gnome-8992a61dc6c5df2b75993eb27484b146daf91636.tar.gz freebsd-ports-gnome-8992a61dc6c5df2b75993eb27484b146daf91636.tar.zst freebsd-ports-gnome-8992a61dc6c5df2b75993eb27484b146daf91636.zip |
- Fix as described in ports/118452
PR: ports/119185
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index 8e33bf72aeaa..d6433a6b876c 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.3.2a7 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= -devel @@ -14,8 +15,8 @@ PKGNAMESUFFIX= -devel 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 |