diff options
author | smb <smb> | 2006-05-11 11:19:44 +0000 |
---|---|---|
committer | smb <smb> | 2006-05-11 11:19:44 +0000 |
commit | 4a4c1bccc0054949c7836902b646eb6a56d696fc (patch) | |
tree | eb7888b6dd34fd55af436280756a6acd5d70a023 /security | |
parent | 197dd6212eede375c74b10e3369998b7fb63d645 (diff) | |
download | pkgsrc-4a4c1bccc0054949c7836902b646eb6a56d696fc.tar.gz |
Add
USE_LANGUAGES= c++
lines.
Diffstat (limited to 'security')
-rw-r--r-- | security/qca-tls/Makefile | 3 | ||||
-rw-r--r-- | security/qca/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/security/qca/Makefile b/security/qca/Makefile index 55d126225ad..881579aa691 100644 --- a/security/qca/Makefile +++ b/security/qca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/11 11:19:44 smb Exp $ DISTNAME= qca-1.0 PKGREVISION= 3 @@ -13,6 +13,7 @@ COMMENT= Cross-platform crypto API for QT USE_TOOLS+= gmake USE_LIBTOOL= yes HAS_CONFIGURE= yes +USE_LANGUAGES= c++ INSTALLATION_DIRS= include lib |