summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
commit3c089c162beedafe4420ef2bc22740bcd8051e70 (patch)
treefedc44652b8dcc9559b5270d68be3d29e67c06e8 /databases/postgis
parent* Migrate to gfortran. (diff)
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Notes
Notes: svn path=/head/; revision=182166
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile2
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