diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 22:40:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 22:40:53 +0800 |
commit | 572b5029d1ea9b5c620422a1e05388235885bdbe (patch) | |
tree | f2eb7a318b01561cf57f2be01394b8fe81f2685e /x11-toolkits | |
parent | 40d2fadf4501af925eb483b4e3283c9eb24bf571 (diff) | |
download | freebsd-ports-gnome-572b5029d1ea9b5c620422a1e05388235885bdbe.tar.gz freebsd-ports-gnome-572b5029d1ea9b5c620422a1e05388235885bdbe.tar.zst freebsd-ports-gnome-572b5029d1ea9b5c620422a1e05388235885bdbe.zip |
Add NLS option to ports using it but not defining it.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index b908d790f18d..7f69937262bd 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -27,6 +27,8 @@ INSTALL_TARGET= install-strip INFO= gdk gtk +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |