aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsd
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-18 13:04:34 +0800
committermarino <marino@FreeBSD.org>2016-11-18 13:04:34 +0800
commitc6d341cd90b8be409f88b987b0976dd19fecc006 (patch)
treed822a06bd33100a6398bf0670f083c848afcb66a /astro/gpsd
parentdd006b3796be716e14526d7b02935be9660ed7a1 (diff)
downloadfreebsd-ports-gnome-c6d341cd90b8be409f88b987b0976dd19fecc006.tar.gz
freebsd-ports-gnome-c6d341cd90b8be409f88b987b0976dd19fecc006.tar.zst
freebsd-ports-gnome-c6d341cd90b8be409f88b987b0976dd19fecc006.zip
astro/gpsd: Set USES+=ncurses when NCURSES option is on
Approved by: ncurses blanket
Diffstat (limited to 'astro/gpsd')
-rw-r--r--astro/gpsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 05b758fd9f02..e257b9f15e51 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -127,6 +127,7 @@ TIMING_MAKE_ARGS_OFF= timing=no
# Client-side options
NCURSES_MAKE_ARGS_OFF= ncurses=no
+NCURSES_USES= ncurses
QTBIND_USE= QT4=network
QTBIND_MAKE_ARGS= qt=yes
QTBIND_MAKE_ARGS_OFF= qt=no