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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/sabbu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index 486d71062e60..8fa40b432a96 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -24,7 +24,7 @@ CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib LDFLAGS+= -lswscale0 -lgmodule-2.0 -OPTIONS_DEFINE= GTKSPELL +OPTIONS_DEFINE= GTKSPELL NLS OPTIONS_DEFAULT=GTKSPELL GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell |