diff options
Diffstat (limited to 'security/p11-kit/Makefile')
-rw-r--r-- | security/p11-kit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 257df33bde3..2e14d8986b2 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://p11-glue.freedesktop.org/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libffi.so:${PORTSDIR}/devel/libffi +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +LIB_DEPENDS= libtasn1.so:security/libtasn1 \ + libffi.so:devel/libffi GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ |