aboutsummaryrefslogtreecommitdiffstats
path: root/net/sqtop
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-06 01:07:43 +0800
committermiwi <miwi@FreeBSD.org>2013-03-06 01:07:43 +0800
commitb5e88d7789bddf1e308d47c8c5b81b8d3f0c31d7 (patch)
tree268d74f9d8738f78b0c895672044611aa6343387 /net/sqtop
parent4c148339a17778393b116c6e7051a9bc484e786a (diff)
downloadfreebsd-ports-gnome-b5e88d7789bddf1e308d47c8c5b81b8d3f0c31d7.tar.gz
freebsd-ports-gnome-b5e88d7789bddf1e308d47c8c5b81b8d3f0c31d7.tar.zst
freebsd-ports-gnome-b5e88d7789bddf1e308d47c8c5b81b8d3f0c31d7.zip
- Convert to OptionsNG
- Trim header Reviewed by: beat, bapt, kwm
Diffstat (limited to 'net/sqtop')
-rw-r--r--net/sqtop/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile
index 9dba70b48805..66dca5e3484a 100644
--- a/net/sqtop/Makefile
+++ b/net/sqtop/Makefile
@@ -22,12 +22,14 @@ PLIST_FILES= bin/sqtop
MAN1= sqtop.1
GNU_CONFIGURE= yes
+USE_NCURSES= yes
-OPTIONS= NCURSES "Enable ncurses user interface" On
+OPTIONS_DEFINE= NCURSES
+OPTIONS_DEFAULT= NCURSES
.include <bsd.port.options.mk>
-.if defined(WITHOUT_NCURSES)
+.if ! ${PORT_OPTIONS:MNCURSES}
CONFIGURE_ARGS= --disable-ui
.endif