diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-13 19:26:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-13 19:26:09 +0800 |
commit | 89db8d7333d3f0a626537211e24ae4781ae8f99f (patch) | |
tree | f00ad36f9adefcc22e55922933f8ccf865bd62f0 /misc | |
parent | 7b4653800e24da0a98123150d0c708e8d3d3cf2e (diff) | |
download | freebsd-ports-gnome-89db8d7333d3f0a626537211e24ae4781ae8f99f.tar.gz freebsd-ports-gnome-89db8d7333d3f0a626537211e24ae4781ae8f99f.tar.zst freebsd-ports-gnome-89db8d7333d3f0a626537211e24ae4781ae8f99f.zip |
Remove now no-op option that will interfere with warnings about WITHOUT_NLS being no op
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2fsprogs-libuuid/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index 7710d1bbe65f..9ac51f80d773 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -11,7 +11,6 @@ CONFLICTS= ossp-uuid-[0-9]* CONFIGURE_ARGS= --enable-elf-shlibs -WITHOUT_NLS= yes OPTIONSFILE= # works around optionsNG trouble MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs MAKE_ARGS= LIB_SUBDIRS=lib/uuid |