diff options
author | roy <roy@pkgsrc.org> | 2017-01-05 09:39:02 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-05 09:39:02 +0000 |
commit | 89ea0fe0ade9835ef473718770f23cd96afa6db9 (patch) | |
tree | cec395111c141fa3433ac50e424f824e01c67d6d /security | |
parent | 60d898fbaf1ddf5399909856977836e9ac166a70 (diff) | |
download | pkgsrc-89ea0fe0ade9835ef473718770f23cd96afa6db9.tar.gz |
pwsafe doesn't really use curses.
Diffstat (limited to 'security')
-rw-r--r-- | security/pwsafe/Makefile | 4 | ||||
-rw-r--r-- | security/pwsafe/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 5557b0ad92d..e4c5e8aba37 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:29:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/05 09:39:02 roy Exp $ # DISTNAME= pwsafe-0.2.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \ http://nsd.dyndns.org/pwsafe/releases/ diff --git a/security/pwsafe/options.mk b/security/pwsafe/options.mk index 210c76212ee..80dae6bf347 100644 --- a/security/pwsafe/options.mk +++ b/security/pwsafe/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2013/07/15 02:02:28 ryoon Exp $ +# $NetBSD: options.mk,v 1.4 2017/01/05 09:39:02 roy Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pwsafe PKG_SUPPORTED_OPTIONS= readline x11 @@ -8,7 +8,7 @@ PKG_SUPPORTED_OPTIONS= readline x11 .if !empty(PKG_OPTIONS:Mreadline) CONFIGURE_ARGS+= --with-readline . include "../../devel/readline/buildlink3.mk" -. include "../../devel/ncurses/buildlink3.mk" +# configure checks for curses, but doesn't no anything with it .else CONFIGURE_ARGS+= --without-readline .endif |