summaryrefslogtreecommitdiffstats
path: root/net-im/licq
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 347faae..c51c946 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -19,7 +19,6 @@ COMMENT= A popular ICQ-compatible plugin-based program
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
.endif
-USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
LICQ_PORT?= ${.CURDIR}
@@ -41,5 +40,9 @@ post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
+CONFIGURE_ARGS+=--with-openssl-inc=${OPENSSLINC}
+CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB}
+
.include "${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud