pwsafe doesn't really use curses.

This commit is contained in:
roy 2017-01-05 09:39:02 +00:00
parent 985433eede
commit e5c7c275b4
2 changed files with 4 additions and 4 deletions

View file

@ -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/

View file

@ -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