diff options
author | dan <dan@pkgsrc.org> | 2006-05-12 22:57:26 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2006-05-12 22:57:26 +0000 |
commit | aa20552281d344b1e6989e7750b1addba680e8c2 (patch) | |
tree | fc694ad3ebec033c2f7957ed7be00d1a88d6e991 | |
parent | f53c2ee7ab5edaaafe355fb44acb4b09e37861d4 (diff) | |
download | pkgsrc-aa20552281d344b1e6989e7750b1addba680e8c2.tar.gz |
uses c++
-rw-r--r-- | security/pwsafe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 03c84a1c34d..8b1d25d9b7a 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:46 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/05/12 22:57:26 dan Exp $ # DISTNAME= pwsafe-0.2.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://nsd.dyndns.org/pwsafe/ COMMENT= CLI based PasswordSafe compatible password manager GNU_CONFIGURE= yes +USE_LANGUAGES+= c++ USE_TOOLS+= gmake PKG_INSTALLATION_TYPES= overwrite pkgviews |