diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-14 04:51:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-14 04:51:35 +0800 |
commit | ef8697a253790599a582509e202fe73b51ae0456 (patch) | |
tree | ef26e32752d9e67d792bd1ffffc39bc81c40c901 /databases | |
parent | e8b567efeeffff481b55051865582a00192f1372 (diff) | |
download | freebsd-ports-gnome-ef8697a253790599a582509e202fe73b51ae0456.tar.gz freebsd-ports-gnome-ef8697a253790599a582509e202fe73b51ae0456.tar.zst freebsd-ports-gnome-ef8697a253790599a582509e202fe73b51ae0456.zip |
Update CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis22/Makefile b/databases/postgis22/Makefile index b140552a7d33..ba87496dd901 100644 --- a/databases/postgis22/Makefile +++ b/databases/postgis22/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ libgeos.so:graphics/geos \ libjson-c.so:devel/json-c -CONFLICTS= postgis20-2.0.* postgis-2.1.* postgis23-2.3.* +CONFLICTS_INSTALL= postgis20 postgis postgis23 USES= gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix GNU_CONFIGURE= yes |