svn commit: r320988 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sat Jun 15 11:43:27 UTC 2013


Author: dinoex
Date: Sat Jun 15 11:43:26 2013
New Revision: 320988
URL: http://svnweb.freebsd.org/changeset/ports/320988

Log:
  - cleanup after last "sed" commits

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sat Jun 15 11:41:25 2013	(r320987)
+++ head/graphics/graphviz/Makefile	Sat Jun 15 11:43:26 2013	(r320988)
@@ -150,7 +150,7 @@ PLIST_SUB+=		WITH_XPM="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USES+=	gettext
+USES+=			gettext
 .else
 CONFIGURE_ARGS+=	--disable-nls
 .endif


More information about the svn-ports-all mailing list