diff options
Diffstat (limited to 'net-mgmt/rancid3/Makefile')
-rw-r--r-- | net-mgmt/rancid3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile index 563498c2d4bf..b94c57808170 100644 --- a/net-mgmt/rancid3/Makefile +++ b/net-mgmt/rancid3/Makefile @@ -11,8 +11,8 @@ PKGNAMESUFFIX= 3 MAINTAINER= feld@FreeBSD.org 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@ @@ -45,11 +45,11 @@ CONFLICTS= rancid-[0-9]* .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 |