diff options
Diffstat (limited to 'textproc/freexl/Makefile')
-rw-r--r-- | textproc/freexl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index ce0f9caeb6cc..69a69f427a73 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -14,7 +14,7 @@ USE_GMAKE= yes USES= iconv CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes |