summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 9d310165fb4d..fcadeb66015b 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -107,8 +107,7 @@ MAKE_ENV+= ICUROOT=${ICUROOT}
PLIST_SUB+= ICUDEP=""
.else
USE_ICONV= yes
-CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'
-MAKE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'
+LDFLAGS+= -L${LOCALBASE}/lib -liconv
PLIST_SUB+= ICUDEP="@comment "
.endif