diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
commit | 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch) | |
tree | db7118d3583c976de456e5077ec5b89526b5c974 /textproc/xalan-c | |
parent | 0bfc2587f59a1035e84377aee4689423a964c619 (diff) | |
download | freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.zst freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
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 " |