summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2006-08-07 19:38:43 +0000
committerjdolecek <jdolecek@pkgsrc.org>2006-08-07 19:38:43 +0000
commit3f2cc5d3c970b8be0d5bc489f85e556431ae03a8 (patch)
tree6b6fee4ee9deed127ad8d8662d36624dedf59015 /security
parent7c465210bd3f0f8a22555222e05598f5c856b5e3 (diff)
downloadpkgsrc-3f2cc5d3c970b8be0d5bc489f85e556431ae03a8.tar.gz
this actually uses both c and c++ - C is used for openssl test
Diffstat (limited to 'security')
-rw-r--r--security/qca-tls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
index 18469c09465..2002d6795de 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