Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 10:58:37 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346490 - head/net-mgmt/rancid-devel
Message-ID:  <201402281058.s1SAwbs2036406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri Feb 28 10:58:37 2014
New Revision: 346490
URL: http://svnweb.freebsd.org/changeset/ports/346490
QAT: https://qat.redports.org/buildarchive/r346490/

Log:
  - Fix dependency line

Modified:
  head/net-mgmt/rancid-devel/Makefile

Modified: head/net-mgmt/rancid-devel/Makefile
==============================================================================
--- head/net-mgmt/rancid-devel/Makefile	Fri Feb 28 10:41:36 2014	(r346489)
+++ head/net-mgmt/rancid-devel/Makefile	Fri Feb 28 10:58:37 2014	(r346490)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Really Awesome New Cisco confIg Differ
 
-LIB_DEPENDS=	libexpect.so:${PORTSDIR}/lang/expect-devel
+LIB_DEPENDS=	libexpect.so:${PORTSDIR}/lang/expect
 RUN_DEPENDS=	p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple
 
 USES=		perl5 gmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281058.s1SAwbs2036406>