diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wv2/Makefile | 3 | ||||
-rw-r--r-- | textproc/xalan-c/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index f14ee8c7e6cd..a708530bbb54 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -14,11 +14,10 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= lofi@freebsd.org COMMENT= A library providing routines to access Microsoft Word files -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv - CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug USE_GNOME= gnometarget libgsf +USE_ICONV= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 01fa4b4da133..2076196298a9 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -112,7 +112,7 @@ MAKE_ENV+= XALAN_USE_ICU=1 MAKE_ENV+= ICUROOT=${ICUROOT} PLIST_SUB+= ICUDEP="" .else -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USE_ICONV= yes CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv' MAKE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv' PLIST_SUB+= ICUDEP="@comment " |