diff options
Diffstat (limited to 'comms/tqsllib')
-rw-r--r-- | comms/tqsllib/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/comms/tqsllib/Makefile b/comms/tqsllib/Makefile index 7c159cc7ef44..7823692b374a 100644 --- a/comms/tqsllib/Makefile +++ b/comms/tqsllib/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: tqsllib -# Date created: 10th August 2012 -# Whom: Diane Bruce <db@db.net> # # $FreeBSD$ # PORTNAME= tqsllib PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/trustedqsl/tqsllib/V2.2/ @@ -17,15 +15,14 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= YES USE_LDCONFIG= YES -USE_OPENSSL= YES -CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no \ - --with-openssl=${OPENSSLBASE} + +CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no .include <bsd.port.pre.mk> -post-configure: - @${REINPLACE_CMD} -e 's|-lcrypto|${OPENSSLLIB}/libcrypto.so|' \ - ${WRKSRC}/Makefile +WITH_OPENSSL_HACK7= yes +.include "${PORTSDIR}/Mk/bsd.openssl.mk" +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} pre-install: (cd ${WRKSRC}; \ |