svn commit: r317399 - head/textproc/diffutils
Johan van Selst
johans at FreeBSD.org
Sun May 5 07:20:28 UTC 2013
Author: johans
Date: Sun May 5 07:20:28 2013
New Revision: 317399
URL: http://svnweb.freebsd.org/changeset/ports/317399
Log:
Restore USES=gettext that got reverted accidentally
Submitted by: jgh
Modified:
head/textproc/diffutils/Makefile
Modified: head/textproc/diffutils/Makefile
==============================================================================
--- head/textproc/diffutils/Makefile Sun May 5 06:41:29 2013 (r317398)
+++ head/textproc/diffutils/Makefile Sun May 5 07:20:28 2013 (r317399)
@@ -27,7 +27,7 @@ post-patch:
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
More information about the svn-ports-all
mailing list