aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid/Makefile')
-rw-r--r--net-mgmt/rancid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile
index 135f580117b3..02b969eb7fab 100644
--- a/net-mgmt/rancid/Makefile
+++ b/net-mgmt/rancid/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Really Awesome New Cisco confIg Differ
-LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect
-RUN_DEPENDS= p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple
+LIB_DEPENDS= libexpect.so:lang/expect
+RUN_DEPENDS= p5-LockFile-Simple>=0:devel/p5-LockFile-Simple
USES= gmake perl5 shebangfix
perl_OLD_CMD= @PERLV_PATH@
@@ -38,11 +38,11 @@ SVN_DESC= Use Subversion instead of CVS
.if ${PORT_OPTIONS:MSVN}
CONFIGURE_ARGS+= --with-svn
-BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
+BUILD_DEPENDS+= svn:devel/subversion
.else
CONFIGURE_ARGS+= --without-svn
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
-RUN_DEPENDS+= cvs>0:${PORTSDIR}/devel/cvs
+RUN_DEPENDS+= cvs>0:devel/cvs
.endif
.endif