aboutsummaryrefslogtreecommitdiff
path: root/net/sqtop
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
commit9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch)
tree5b19e4fae39149280653cc670bc170d039477f8e /net/sqtop
parent296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff)
downloadports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz
ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip
Notes
Diffstat (limited to 'net/sqtop')
-rw-r--r--net/sqtop/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile
index 66dca5e3484a..2d0d186660f4 100644
--- a/net/sqtop/Makefile
+++ b/net/sqtop/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sqtop
-# Date created: 2010-09-05
-# Whom: Marco Steinbach <coco@webdev.c0c0.intra>
-#
+# Created by: Marco Steinbach <coco@webdev.c0c0.intra>
# $FreeBSD$
-#
PORTNAME= sqtop
DISTVERSION= 2011-11-01
@@ -22,7 +18,6 @@ PLIST_FILES= bin/sqtop
MAN1= sqtop.1
GNU_CONFIGURE= yes
-USE_NCURSES= yes
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
@@ -31,6 +26,8 @@ OPTIONS_DEFAULT= NCURSES
.if ! ${PORT_OPTIONS:MNCURSES}
CONFIGURE_ARGS= --disable-ui
+.else
+USES+= ncurses
.endif
.include <bsd.port.mk>