diff options
author | smb <smb@pkgsrc.org> | 2006-05-11 11:19:44 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2006-05-11 11:19:44 +0000 |
commit | a9c180b4c414bc27911147362c0cd17ef287306c (patch) | |
tree | eb7888b6dd34fd55af436280756a6acd5d70a023 /security/qca-tls | |
parent | 3f1ea3130295d311fb52ff510f49b7f685bafd29 (diff) | |
download | pkgsrc-a9c180b4c414bc27911147362c0cd17ef287306c.tar.gz |
Add
USE_LANGUAGES= c++
lines.
Diffstat (limited to 'security/qca-tls')
-rw-r--r-- | security/qca-tls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index bc3a68885ea..18469c09465 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:46:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/11 11:19:44 smb Exp $ DISTNAME= qca-tls-1.0 PKGREVISION= 3 @@ -13,6 +13,7 @@ COMMENT= Cross-platform crypto API for QT - TLS plugin USE_TOOLS+= gmake USE_LIBTOOL= yes HAS_CONFIGURE= yes +USE_LANGUAGES= c++ CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib |