diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-13 19:27:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-13 19:27:38 +0800 |
commit | 71595861b91901cdbc4ff7fe9b1f4ffa2bcfa41a (patch) | |
tree | 1a7358913bb1bb1e5c4d089c01eadd50f5fc71ed | |
parent | 89db8d7333d3f0a626537211e24ae4781ae8f99f (diff) | |
download | freebsd-ports-gnome-71595861b91901cdbc4ff7fe9b1f4ffa2bcfa41a.tar.gz freebsd-ports-gnome-71595861b91901cdbc4ff7fe9b1f4ffa2bcfa41a.tar.zst freebsd-ports-gnome-71595861b91901cdbc4ff7fe9b1f4ffa2bcfa41a.zip |
Remove no-op WITHOUT_NLS
-rw-r--r-- | www/cas/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/cas/Makefile b/www/cas/Makefile index 56d60532eab6..10ba2612eae7 100644 --- a/www/cas/Makefile +++ b/www/cas/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ USES= cmake iconv USE_LDCONFIG= yes -WITHOUT_NLS= yes OPTIONS_DEFINE= DEBUG_MODE \ ENABLE_OPTIMIZATION \ |