diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:19:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:19:37 +0800 |
commit | c28300b2e6c0aaa987f2b45724e48962368775fa (patch) | |
tree | e9e56b4b803cd544cd8f132d6c3d6bb7f6e9e442 /www/xsp/Makefile | |
parent | faa87cb5e67c5459b4bd7260bdc640184d487f93 (diff) | |
download | freebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.tar.gz freebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.tar.zst freebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.zip |
Convert www ports to USES=sqlite and USES=firebird
Diffstat (limited to 'www/xsp/Makefile')
-rw-r--r-- | www/xsp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/xsp/Makefile b/www/xsp/Makefile index 9cc486bb9ed1..f057ac296bfd 100644 --- a/www/xsp/Makefile +++ b/www/xsp/Makefile @@ -14,8 +14,7 @@ MAKE_JOBS_UNSAFE= yes GH_ACCOUNT= mono USE_GITHUB= yes -USE_SQLITE= 3 -USES= gmake mono pathfix pkgconfig tar:bzip2 +USES= gmake mono pathfix pkgconfig sqlite tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs USE_AUTOTOOLS= automake autoconf aclocal |