From 3f2cc5d3c970b8be0d5bc489f85e556431ae03a8 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 7 Aug 2006 19:38:43 +0000 Subject: [PATCH] this actually uses both c and c++ - C is used for openssl test --- security/qca-tls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index 18469c09465a..2002d6795de8 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/11 11:19:44 smb Exp $ +# $NetBSD: Makefile,v 1.19 2006/08/07 19:38:43 jdolecek Exp $ DISTNAME= qca-tls-1.0 PKGREVISION= 3 @@ -13,7 +13,7 @@ COMMENT= Cross-platform crypto API for QT - TLS plugin USE_TOOLS+= gmake USE_LIBTOOL= yes HAS_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib