aboutsummaryrefslogtreecommitdiff
path: root/devel/libopkele/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libopkele/Makefile')
-rw-r--r--devel/libopkele/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile
index fd34fbfb5186..938ac8192843 100644
--- a/devel/libopkele/Makefile
+++ b/devel/libopkele/Makefile
@@ -41,7 +41,7 @@ USE_OPENSSL= yes
post-patch:
@ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \
${WRKSRC}/Makefile.in
-.if !defined(WITH_OPENSSL_PORT)
+.if ${SSL_DEFAULT} == base
@ ${REINPLACE_CMD} -e "s|Requires: openssl|Requires:|" ${WRKSRC}/libopkele.pc.in
.endif