Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 15:39:14 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426327 - head/security/pinentry
Message-ID:  <201611181539.uAIFdEEu053075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov 18 15:39:14 2016
New Revision: 426327
URL: https://svnweb.freebsd.org/changeset/ports/426327

Log:
  security/pinentry-gnome3: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Fri Nov 18 15:33:26 2016	(r426326)
+++ head/security/pinentry/Makefile	Fri Nov 18 15:39:14 2016	(r426327)
@@ -81,6 +81,7 @@ LIBSECRET_LIB_DEPENDS=	libsecret-1.so:se
 
 .if ${PINENTRY_GUI} == "gnome3"
 OPTIONS_SLAVE=	LIBSECRET
+USES+=		ncurses
 USE_GNOME+=	gtk20
 LIB_DEPENDS+=	libgcr-base-3.so:security/gcr
 PLIST_FILES=	bin/pinentry-gnome3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611181539.uAIFdEEu053075>