diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netxms/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index c931c2175845..adc033c8a2d5 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -24,13 +24,14 @@ SERVER_DESC= Install NetXMS server & agent CLIENT_DESC= Install NetXMS client AGENT_DESC= Install NetXMS agent -NO_PACKAGE= yes - USE_OPENSSL= yes USES= gmake iconv libtool perl5 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules +CONFIGURE_ARGS= --disable-silent-rules \ + --with-internal-libjansson \ + --with-internal-libtre USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |