diff options
Diffstat (limited to 'security/softhsm/Makefile')
-rw-r--r-- | security/softhsm/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 64c1573d8f53..3bd2761c923d 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -2,23 +2,19 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) -LIB_DEPENDS= botan:${PORTSDIR}/security/botan \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} USE_LDCONFIG= yes -MAN1= softhsm.1 softhsm-keyconv.1 -MAN5= softhsm.conf.5 - -NO_STAGE= yes .include <bsd.port.mk> |