svn commit: r316865 - head/security/dirmngr

Jason Helfman jgh at FreeBSD.org
Tue Apr 30 01:26:51 UTC 2013


Author: jgh
Date: Tue Apr 30 01:26:50 2013
New Revision: 316865
URL: http://svnweb.freebsd.org/changeset/ports/316865

Log:
  - fix conversion of USES= gettext

Modified:
  head/security/dirmngr/Makefile

Modified: head/security/dirmngr/Makefile
==============================================================================
--- head/security/dirmngr/Makefile	Tue Apr 30 00:52:22 2013	(r316864)
+++ head/security/dirmngr/Makefile	Tue Apr 30 01:26:50 2013	(r316865)
@@ -35,7 +35,7 @@ OPTIONS_DEFINE=	NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE+=	gettext
+USES+=	gettext
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=--disable-nls


More information about the svn-ports-head mailing list