svn commit: r336338 - head/misc/e2fsprogs-libuuid

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 11:39:20 UTC 2013


Author: bapt
Date: Fri Dec 13 11:39:19 2013
New Revision: 336338
URL: http://svnweb.freebsd.org/changeset/ports/336338

Log:
  Exclude NLS option, WITHOUT_NLS was not totally no-op here :)
  
  Reported by:	sunpoet

Modified:
  head/misc/e2fsprogs-libuuid/Makefile

Modified: head/misc/e2fsprogs-libuuid/Makefile
==============================================================================
--- head/misc/e2fsprogs-libuuid/Makefile	Fri Dec 13 11:30:02 2013	(r336337)
+++ head/misc/e2fsprogs-libuuid/Makefile	Fri Dec 13 11:39:19 2013	(r336338)
@@ -11,6 +11,7 @@ CONFLICTS=	ossp-uuid-[0-9]*
 
 CONFIGURE_ARGS=	--enable-elf-shlibs
 
+OPTIONS_EXCLUDE=	NLS
 OPTIONSFILE=	# works around optionsNG trouble
 MASTERDIR=	${.CURDIR}/../../sysutils/e2fsprogs
 MAKE_ARGS=	LIB_SUBDIRS=lib/uuid


More information about the svn-ports-all mailing list