- Drop broken USE_SSL

- use bsd.openssl.mk
- force link with desired path
PR:		51500
This commit is contained in:
Dirk Meyer 2003-04-28 17:14:04 +00:00
parent 9f2904b361
commit e38903b747
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79797
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -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>