summaryrefslogtreecommitdiff
path: root/lang/nickle
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 /lang/nickle
parentupdate lang/sbcl to 1.1.7, and adjust dependent ports (diff)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Notes
Notes: svn path=/head/; revision=317525
Diffstat (limited to 'lang/nickle')
-rw-r--r--lang/nickle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile
index 673f58c9d169..7ba14e998b53 100644
--- a/lang/nickle/Makefile
+++ b/lang/nickle/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
OPTIONS_DEFINE= EXAMPLES
-USE_NCURSES= yes
+USES= ncurses
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes