Date: Fri, 13 Dec 2013 11:39:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336338 - head/misc/e2fsprogs-libuuid Message-ID: <201312131139.rBDBdJac099988@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312131139.rBDBdJac099988>