diff options
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index d9f18ff23d11..5b6547506e99 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -36,7 +36,7 @@ PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" CONFIGURE_ENV= LIBTOOL=${LIBTOOL} CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexpat -liconv +LDFLAGS+= -L${LOCALBASE}/lib -lexpat ${ICONV_LIB} USE_AUTOTOOLS= libtool USE_GMAKE= yes USES= iconv perl5 |