Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 13:17:57 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327614 - head/security/spass
Message-ID:  <201309191317.r8JDHvMn076064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Sep 19 13:17:57 2013
New Revision: 327614
URL: http://svnweb.freebsd.org/changeset/ports/327614

Log:
  Convert to new LIB_DEPENDS format.
  Tested with poudriere.

Modified:
  head/security/spass/Makefile

Modified: head/security/spass/Makefile
==============================================================================
--- head/security/spass/Makefile	Thu Sep 19 13:01:18 2013	(r327613)
+++ head/security/spass/Makefile	Thu Sep 19 13:17:57 2013	(r327614)
@@ -11,8 +11,8 @@ COMMENT=	Secure password generator with 
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=	asound:${PORTSDIR}/audio/alsa-lib \
-		boost_program_options:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib \
+		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	guyru



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