diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 10:21:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 10:21:33 +0000 |
commit | eb5b7b03b9528bcc227f560fdc5649e8c9c808e6 (patch) | |
tree | 2642ca2b8dbfa7b565bb978d80cdc0426a0744ed /security/beecrypt | |
parent | ff4b082f6fe839219b195c5f6825e420661c320d (diff) | |
download | pkgsrc-eb5b7b03b9528bcc227f560fdc5649e8c9c808e6.tar.gz |
Uses C++.
Diffstat (limited to 'security/beecrypt')
-rw-r--r-- | security/beecrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 0d15ff59c0f..f6f4b6c6d2e 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:33 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/04 10:21:33 joerg Exp $ DISTNAME= beecrypt-4.1.1 CATEGORIES= security @@ -9,6 +9,7 @@ HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/ COMMENT= Multipurpose cryptographic library GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES CONFIGURE_ARGS+= --without-javaglue |