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 /databases/postgis/Makefile | |
parent | 868910fb14696646840f85dc1e7cb4b4601179e2 (diff) |
Notes
Diffstat (limited to 'databases/postgis/Makefile')
-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 |