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 /databases | |
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 'databases')
-rw-r--r-- | databases/postgis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index c864bc25267e..f7892a721803 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -49,7 +49,7 @@ PORTDOCS= * .endif .if defined(WITH_UTF8) -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USE_ICONV= yes MAKE_ENV+= "LDFLAGS=-L${LOCALBASE}/lib" .else CONFIGURE_ARGS+= --without-iconv |