aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r--www/webalizer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 82faa7e785c6..0f1a459a0424 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -129,8 +129,8 @@ USES+= iconv
# see http://tyche.pu-toyama.ac.jp/~a-urasim/webalizer/
EXTRA_PATCHES+= ${FILESDIR}/webalizer-a-urasim_2.patch
CONFIGURE_ARGS+= --enable-mininls
-CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
-CFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
.endif
.if ${PORT_OPTIONS:MFULL_CGI_REFS}