aboutsummaryrefslogtreecommitdiff
path: root/lang/newlisp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:44:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:44:24 +0000
commit72a6ab79881652e1f89338a8884439b3054997c7 (patch)
tree4282c6f5d647c3c53fc4a55086aa5581631c9073 /lang/newlisp
parent05cf3794df65552ba3729dc0cd6d58735c40641f (diff)
downloadports-72a6ab79881652e1f89338a8884439b3054997c7.tar.gz
ports-72a6ab79881652e1f89338a8884439b3054997c7.zip
Convert categories m* and m* to USES=sqlite and USES=firebird
Notes
Notes: svn path=/head/; revision=405721
Diffstat (limited to 'lang/newlisp')
-rw-r--r--lang/newlisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index a1002aaf6b47..5f541abcb3bb 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -61,7 +61,7 @@ MODULES+= postgres
.endif
.if ${PORT_OPTIONS:MSQLITE}
-USE_SQLITE= 3
+USES+= sqlite
MODULES+= sqlite3
.endif