diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
commit | 3c089c162beedafe4420ef2bc22740bcd8051e70 (patch) | |
tree | fedc44652b8dcc9559b5270d68be3d29e67c06e8 /textproc/xalan-c | |
parent | 868910fb14696646840f85dc1e7cb4b4601179e2 (diff) | |
download | ports-3c089c162beedafe4420ef2bc22740bcd8051e70.tar.gz ports-3c089c162beedafe4420ef2bc22740bcd8051e70.zip |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Notes
Notes:
svn path=/head/; revision=182166
Diffstat (limited to 'textproc/xalan-c')
-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 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 " |