diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-13 07:51:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-13 07:51:08 +0800 |
commit | 1f3b72a6de5db3548ad34018072a9039893f149a (patch) | |
tree | 267baa7b2ea5b504b64a1d9989d58ce0f6cae984 /security/softhsm/Makefile | |
parent | 5f0a8475f96cb7ac68e380118acca8af5046accd (diff) | |
download | freebsd-ports-gnome-1f3b72a6de5db3548ad34018072a9039893f149a.tar.gz freebsd-ports-gnome-1f3b72a6de5db3548ad34018072a9039893f149a.tar.zst freebsd-ports-gnome-1f3b72a6de5db3548ad34018072a9039893f149a.zip |
Update to 1.3.0
PR: 159729
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'security/softhsm/Makefile')
-rw-r--r-- | security/softhsm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 4e091e47e61a..fd8f7beae967 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: softhsm # Date created: 15 December 2009 -# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl +# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl> # # $FreeBSD$ # PORTNAME= softhsm -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ @@ -17,6 +17,7 @@ LIB_DEPENDS= botan:${PORTSDIR}/security/botan LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} USE_LDCONFIG= yes |