diff options
Diffstat (limited to 'net-mgmt/netxms/Makefile')
-rw-r--r-- | net-mgmt/netxms/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index a4b30f67412d..63f780ad9416 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -3,7 +3,7 @@ PORTNAME= netxms PORTVERSION= 1.2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.netxms.org/download/ \ http://www.netxms.org/download/archive/ @@ -78,6 +78,9 @@ USE_RC_SUBR+= nxagentd USE_RC_SUBR+= nxagentd .endif +post-patch: + @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + post-install: .if ${PORT_OPTIONS:MSERVER} .if !exists(${STAGEDIR}${PREFIX}/etc/netxmsd.conf.sample) |