diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 17:02:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 17:02:15 +0800 |
commit | 9cf8e203ae99495a1d10a052587ab16893aed666 (patch) | |
tree | 18d049f4ab6d8c28252321e9f42c813b9a5f17d7 /databases/postgis21 | |
parent | 76ccb1daf60408eabc24c031c6f59edcef07eb4e (diff) | |
download | freebsd-ports-gnome-9cf8e203ae99495a1d10a052587ab16893aed666.tar.gz freebsd-ports-gnome-9cf8e203ae99495a1d10a052587ab16893aed666.tar.zst freebsd-ports-gnome-9cf8e203ae99495a1d10a052587ab16893aed666.zip |
Fix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS
Reported by: mat
Diffstat (limited to 'databases/postgis21')
-rw-r--r-- | databases/postgis21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index dcad266a55d2..39891c268513 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -17,12 +17,12 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server CONFLICTS= postgis-1.* postgis-2.0.* -LATEST_LINK= postgis21 -USE_GNOME= libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USES= gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla +USE_GNOME= libxml2 USE_LDCONFIG= yes -GNU_CONFIGURE= yes USE_PERL5= build OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY SFCGAL |