diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-04 15:22:59 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-04 15:22:59 +0000 |
commit | d3ae02980cb2531e419c3bf8efe77cf60192fbf8 (patch) | |
tree | 59279b86fd7a46dd366e73c3a48fe5df74c87cd1 /net-mgmt/nagios-plugins | |
parent | b04ca45208498aa4b6010b8f6fa93f50b305a2e1 (diff) | |
download | ports-d3ae02980cb2531e419c3bf8efe77cf60192fbf8.tar.gz ports-d3ae02980cb2531e419c3bf8efe77cf60192fbf8.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 73b70b565424..8d12759c9af1 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagios-plugins PORTVERSION= 1.4.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SFE/nagiosplug @@ -16,7 +17,6 @@ COMMENT= Plugins for Nagios USE_SUBMAKE= yes USE_GMAKE= yes -USE_ICONV= yes USE_PERL5= yes USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I m4 -I gl/m4 @@ -52,10 +52,9 @@ CONFIGURE_ARGS= --with-nagios-user=${NAGIOSUSER} \ --localstatedir=${NAGIOSDIR} \ --prefix=${PREFIX} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - LIBS="-L${LOCALBASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ PERL=${PERL} .if defined(WITH_QSTAT) |