diff options
Diffstat (limited to 'security/libp11/Makefile')
-rw-r--r-- | security/libp11/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 7575e9c2ed49..2521f1fa7db8 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -1,5 +1,6 @@ PORTNAME= libp11 PORTVERSION= 0.4.14 +PORTREVIION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security devel @@ -39,6 +40,15 @@ CONFIGURE_ARGS= --with-enginesdir=${PREFIX}/lib/engines \ --with-modulesdir=${PREFIX}/lib/ossl-modules \ --enable-static-engine +.include <bsd.port.options.mk> + +.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSREL:R} < 14 +PLIST_SUB+= PROVIDERS="@comment " +.else +PLIST_SUB+= PROVIDERS="" +.endif + + INSTALL_TARGET= install-strip PORTDOCS= * |