svn commit: r308831 - head/devel/jtag

Marcelo Araujo araujo at FreeBSD.org
Thu Dec 13 07:55:44 UTC 2012


Author: araujo
Date: Thu Dec 13 07:55:43 2012
New Revision: 308831
URL: http://svnweb.freebsd.org/changeset/ports/308831

Log:
  - Remove NLS as OPTIONS_DEFAULT, due it is one of default options.
  
  Reported by:	danfe@

Modified:
  head/devel/jtag/Makefile

Modified: head/devel/jtag/Makefile
==============================================================================
--- head/devel/jtag/Makefile	Thu Dec 13 07:54:56 2012	(r308830)
+++ head/devel/jtag/Makefile	Thu Dec 13 07:55:43 2012	(r308831)
@@ -16,7 +16,6 @@ BUILD_DEPENDS=	${OPENWINCE_INCLUDE_DEP}:
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	NLS DOCS
-OPTIONS_DEFAULT=NLS
 
 USE_BZIP2=	yes
 USE_READLINE=	yes


More information about the svn-ports-all mailing list