svn commit: r414986 - head/net-mgmt/sx
Veniamin Gvozdikov
vg at FreeBSD.org
Wed May 11 12:09:18 UTC 2016
Author: vg
Date: Wed May 11 12:09:17 2016
New Revision: 414986
URL: https://svnweb.freebsd.org/changeset/ports/414986
Log:
- Added USES sqlite instead LIB_DEPENDS by sqlite
Modified:
head/net-mgmt/sx/Makefile
Modified: head/net-mgmt/sx/Makefile
==============================================================================
--- head/net-mgmt/sx/Makefile Wed May 11 11:54:09 2016 (r414985)
+++ head/net-mgmt/sx/Makefile Wed May 11 12:09:17 2016 (r414986)
@@ -16,13 +16,12 @@ BROKEN_powerpc64= Does not build
LIB_DEPENDS= libcurl.so:ftp/curl \
libfcgi.so:www/fcgi \
libyajl.so:devel/yajl \
- libltdl.so:devel/libltdl \
- libsqlite3.so:databases/sqlite3
+ libltdl.so:devel/libltdl
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-USES= fuse gmake libtool pkgconfig
+USES= fuse gmake libtool pkgconfig sqlite
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" --prefix="${STAGE}${PREFIX}" \
--sysconfdir="${ETCDIR}" --mandir="${MANPREFIX}/man" \
More information about the svn-ports-all
mailing list