diff options
Diffstat (limited to 'net-analyzer/netxms')
-rw-r--r-- | net-analyzer/netxms/netxms-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/netxms/netxms-9999.ebuild b/net-analyzer/netxms/netxms-9999.ebuild index 86f9a22..e045fb0 100644 --- a/net-analyzer/netxms/netxms-9999.ebuild +++ b/net-analyzer/netxms/netxms-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://netxms.org/" SRC_URI="" RESTRICT="mirror" -IUSE="server client console agent static-agent ipso-agent nxhttpd mdebug sqlite odbc oracle mysql pgsql openssl gd unstable debug" +IUSE="server client console +agent nxhttpd mdebug sqlite odbc oracle mysql pgsql openssl gd unstable debug" SLOT="" LICENSE="GPL-2" KEYWORDS="" @@ -29,7 +29,7 @@ DEPEND="${COMMON_DEPEND} postgres? ( virtual/postgresql-base ) console? ( x11-libs/wxGTK ) gd? ( media-libs/gd ) - sqlite? ( >=dev-db/sqlite-3.4.1 ) + sqlite? ( >=dev-db/sqlite-3 ) " S="${WORKDIR}/${P/_/}" @@ -46,8 +46,6 @@ src_compile() { $(useq client && echo --with-client ) \ $(useq agent && echo --with-agent ) \ $(useq console && echo --with-console ) \ - $(useq static-agent && echo --with-static-agent ) \ - $(useq ipso-agent && echo --with-ipso-agent ) \ $(useq nxhttpd && echo --with-nxhttpd ) \ $(useq mdebug && echo --with-mdebug ) \ $(useq sqlite && echo --with-sqlite ) \ |