Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2016 12:09:17 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414986 - head/net-mgmt/sx
Message-ID:  <201605111209.u4BC9Hem045670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605111209.u4BC9Hem045670>