svn commit: r338002 - head/devel/yasm

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 29 15:01:34 UTC 2013


Author: tijl
Date: Sun Dec 29 15:01:33 2013
New Revision: 338002
URL: http://svnweb.freebsd.org/changeset/ports/338002

Log:
  Add NLS option.

Modified:
  head/devel/yasm/Makefile

Modified: head/devel/yasm/Makefile
==============================================================================
--- head/devel/yasm/Makefile	Sun Dec 29 14:58:31 2013	(r338001)
+++ head/devel/yasm/Makefile	Sun Dec 29 15:01:33 2013	(r338002)
@@ -11,6 +11,7 @@ COMMENT=	A complete rewrite of the NASM 
 
 LICENSE=	BSD
 
+OPTIONS_DEFINE=	NLS
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-python --disable-python-bindings


More information about the svn-ports-head mailing list