svn commit: r311633 - head/net/abills

Ryan Steinmetz zi at FreeBSD.org
Mon Feb 4 15:58:08 UTC 2013


Author: zi
Date: Mon Feb  4 15:58:07 2013
New Revision: 311633
URL: http://svnweb.freebsd.org/changeset/ports/311633

Log:
  - Fix DEPENDENCY after net/freeradius removal
  
  Reported by:	Portsnap buildbox

Modified:
  head/net/abills/Makefile

Modified: head/net/abills/Makefile
==============================================================================
--- head/net/abills/Makefile	Mon Feb  4 15:56:05 2013	(r311632)
+++ head/net/abills/Makefile	Mon Feb  4 15:58:07 2013	(r311633)
@@ -13,7 +13,7 @@ COMMENT=	Billing system for dialup, VPN,
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	radiusd:${PORTSDIR}/net/freeradius \
+RUN_DEPENDS=	radiusd:${PORTSDIR}/net/freeradius2 \
 		p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
 		p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \


More information about the svn-ports-head mailing list