diff options
author | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-05-02 04:54:05 +0000 |
---|---|---|
committer | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-05-02 04:54:05 +0000 |
commit | 22a416af95aec11d97ee03a131d8552de0d2a016 (patch) | |
tree | 1e96e94c4e6c31b4bf461cd4115c69fe5830aa41 /net-analyzer/netxms | |
parent | 0d8d9b1b85eb546518489d2b453d5403a5b5878b (diff) |
git-svn-id: http://172.18.13.13/svn/sss_overlay@15 4d9a9b59-111c-4e0b-8f7a-7640551abb98
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 ) \ |