diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-28 17:14:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-28 17:14:04 +0000 |
commit | e38903b747349eefd4f5c56b88ef43747ee19ff4 (patch) | |
tree | 32f214949ca303d2b3a0e2ef86abb924802de3a9 /net/licq | |
parent | 9f2904b3619594f2abb2e2741f675384d0cb71ca (diff) | |
download | ports-e38903b747349eefd4f5c56b88ef43747ee19ff4.tar.gz ports-e38903b747349eefd4f5c56b88ef43747ee19ff4.zip |
Notes
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index 347faaebd928..c51c946d351b 100644 --- a/net/licq/Makefile +++ b/net/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> |