diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
commit | 0f2a9b6ecbdee0bd14ef80ab490116598d0265b8 (patch) | |
tree | 4282c6f5d647c3c53fc4a55086aa5581631c9073 /lang/urweb | |
parent | 39487845dd30dc81f9a12dcf597c8c75171c4096 (diff) | |
download | freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.gz freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.zst freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.zip |
Convert categories m* and m* to USES=sqlite and USES=firebird
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index 26ba0018e184..660b40bee9ee 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ENV+= PGHEADER="no" .endif .if ${PORT_OPTIONS:MSQLITE} -USE_SQLITE= yes +USES+= sqlite .else CONFIGURE_ENV+= SQHEADER="no" .endif |