svn commit: r355523 - head/security/orthrus

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 14:15:57 UTC 2014


Author: bapt
Date: Tue May 27 14:15:57 2014
New Revision: 355523
URL: http://svnweb.freebsd.org/changeset/ports/355523
QAT: https://qat.redports.org/buildarchive/r355523/

Log:
  Convert to USES=scons
  
  With hat:	portmgr

Modified:
  head/security/orthrus/Makefile

Modified: head/security/orthrus/Makefile
==============================================================================
--- head/security/orthrus/Makefile	Tue May 27 14:14:11 2014	(r355522)
+++ head/security/orthrus/Makefile	Tue May 27 14:15:57 2014	(r355523)
@@ -12,12 +12,10 @@ COMMENT=	One-Time Password System (OTP) 
 
 LICENSE=	APACHE20
 
-LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr1
+LIB_DEPENDS=	libapr-1.so:${PORTSDIR}/devel/apr1
 
-USE_SCONS=	yes
-USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=		iconv
+USES=		iconv scons tar:bzip2
 PORTDOCS=	*
 
 NO_STAGE=	yes


More information about the svn-ports-head mailing list