diff options
Diffstat (limited to 'databases/postgis20/Makefile')
-rw-r--r-- | databases/postgis20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index cb99024dd805..e4b18c9d271c 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgeos.so:graphics/geos \ libjson-c.so:devel/json-c \ libproj.so:graphics/proj -CONFLICTS_INSTALL= postgis postgis22 postgis23 +CONFLICTS_INSTALL= postgis21 postgis22 postgis23 postgis24 postgis OPTIONS_DEFINE= LOADERGUI NLS RASTER TOPOLOGY OPTIONS_DEFAULT=RASTER TOPOLOGY @@ -35,10 +35,10 @@ CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geos-config \ --with-xml2config=${LOCALBASE}/bin/xml2-config \ ${ICONV_CONFIGURE_ARG} ${ICONV_CONFIGURE_BASE} GNU_CONFIGURE= yes +USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build -USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix WANT_PGSQL= lib server PLIST_SUB= PORTVERSION=${PORTVERSION} |