svn commit: r323932 - head/editors/gummi

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 22:37:26 UTC 2013


Author: bapt
Date: Mon Jul 29 22:37:26 2013
New Revision: 323932
URL: http://svnweb.freebsd.org/changeset/ports/323932

Log:
  Fix dependency on gettext

Modified:
  head/editors/gummi/Makefile

Modified: head/editors/gummi/Makefile
==============================================================================
--- head/editors/gummi/Makefile	Mon Jul 29 22:36:33 2013	(r323931)
+++ head/editors/gummi/Makefile	Mon Jul 29 22:37:26 2013	(r323932)
@@ -35,7 +35,7 @@ TEXCOUNT_DESC=	With texcount statistics
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB+=	NLS=""
 .else


More information about the svn-ports-all mailing list