summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-19 13:17:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-19 13:17:57 +0000
commit57fb5c0c9732e079fe0b60d292a54b02880c0b1d (patch)
treef39a3eb15d2534b5a073a27fc352f62b39eec6fe /security
parent- Update to 2.2.1 (diff)
Convert to new LIB_DEPENDS format.
Tested with poudriere.
Notes
Notes: svn path=/head/; revision=327614
Diffstat (limited to 'security')
-rw-r--r--security/spass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 684d242726b9..1077a8324d80 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -11,8 +11,8 @@ COMMENT= Secure password generator with a true random number generator
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