diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-29 01:14:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-29 01:14:04 +0800 |
commit | 7a767877a0674b9b9fd2618787ae762b2944d707 (patch) | |
tree | de98da09dc21946d81356b302237793c940b1e86 /net | |
parent | 7738f7a554caf29a8861233129ddacfc4f101bc2 (diff) | |
download | freebsd-ports-gnome-7a767877a0674b9b9fd2618787ae762b2944d707.tar.gz freebsd-ports-gnome-7a767877a0674b9b9fd2618787ae762b2944d707.tar.zst freebsd-ports-gnome-7a767877a0674b9b9fd2618787ae762b2944d707.zip |
- Drop broken USE_SSL
- use bsd.openssl.mk
- force link with desired path
PR: 51500
Diffstat (limited to 'net')
-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> |