summaryrefslogtreecommitdiff
path: root/net/simicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/simicq/Makefile')
-rw-r--r--net/simicq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/simicq/Makefile b/net/simicq/Makefile
index 7c037f8d10ee..2c98fd705147 100644
--- a/net/simicq/Makefile
+++ b/net/simicq/Makefile
@@ -58,4 +58,9 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
+post-configure:
+.if defined(WITHOUT_SSL)
+ @${REINPLACE_CMD} -e 's|plugins/yahoo||g' ${WRKSRC}/Makefile
+.endif
+
.include <bsd.port.mk>