Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 14:15:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355523 - head/security/orthrus
Message-ID:  <201405271415.s4REFv0w033717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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