Date: Sun, 25 Dec 2016 20:16:36 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429460 - head/mail/abook Message-ID: <201612252016.uBPKGaFW093486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Dec 25 20:16:35 2016 New Revision: 429460 URL: https://svnweb.freebsd.org/changeset/ports/429460 Log: Fix building without NLS Submitted by: rea Modified: head/mail/abook/Makefile Modified: head/mail/abook/Makefile ============================================================================== --- head/mail/abook/Makefile Sun Dec 25 19:53:57 2016 (r429459) +++ head/mail/abook/Makefile Sun Dec 25 20:16:35 2016 (r429460) @@ -11,7 +11,7 @@ COMMENT= Addressbook program with mutt m LICENSE= GPLv2 -USES= ncurses readline autoreconf localbase +USES= ncurses readline gettext-tools autoreconf localbase GNU_CONFIGURE= yes PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612252016.uBPKGaFW093486>