diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index b821a6c57d1b..e058846cde89 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -89,7 +89,7 @@ MAKE_ENV+= ICUROOT=${ICUROOT} PLIST_SUB+= ICUDEP="" .else USES+= iconv -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PLIST_SUB+= ICUDEP="@comment " .endif |