diff options
author | araujo <araujo@FreeBSD.org> | 2012-12-13 15:55:43 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-12-13 15:55:43 +0800 |
commit | f699dd2ec4d8149bba003a487998ff2558b57106 (patch) | |
tree | 46631589a483688db101d3872cebed9904a4032b | |
parent | 01573505db432b92d065db0b4e50f990dfab8709 (diff) | |
download | freebsd-ports-gnome-f699dd2ec4d8149bba003a487998ff2558b57106.tar.gz freebsd-ports-gnome-f699dd2ec4d8149bba003a487998ff2558b57106.tar.zst freebsd-ports-gnome-f699dd2ec4d8149bba003a487998ff2558b57106.zip |
- Remove NLS as OPTIONS_DEFAULT, due it is one of default options.
Reported by: danfe@
-rw-r--r-- | devel/jtag/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/jtag/Makefile b/devel/jtag/Makefile index 0dde2e482294..0afa326452f0 100644 --- a/devel/jtag/Makefile +++ b/devel/jtag/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= ${OPENWINCE_INCLUDE_DEP}:${PORTSDIR}/devel/openwince-include RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= NLS DOCS -OPTIONS_DEFAULT=NLS USE_BZIP2= yes USE_READLINE= yes |