svn commit: r327614 - head/security/spass

Eitan Adler eadler at FreeBSD.org
Thu Sep 19 13:17:58 UTC 2013


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


More information about the svn-ports-all mailing list