Index: head/security/yapet/Makefile =================================================================== --- head/security/yapet/Makefile (revision 496198) +++ head/security/yapet/Makefile (revision 496199) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= yapet DISTVERSION= 2.3 CATEGORIES= security MASTER_SITES= https://yapet.guengel.ch/downloads/ MAINTAINER= rafi@guengel.ch COMMENT= Curses based password manager LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake ncurses ssl pkgconfig compiler:c++14-lang LIB_DEPENDS+= libargon2.so:security/libargon2 \ libcppunit.so:devel/cppunit + +USES= compiler:c++14-lang gmake ncurses ssl pkgconfig GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls TEST_TARGET= check .include