diff options
author | tobik <tobik@FreeBSD.org> | 2018-11-15 14:10:03 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-11-15 14:10:03 +0800 |
commit | 30633794731861c42379b3b47a42d574c1c38b8f (patch) | |
tree | dcffada5bc007c9d174e420af425484a798ad69c /devel | |
parent | 38e4154383fd1318444d602e1287c3ccbb564a71 (diff) | |
download | freebsd-ports-gnome-30633794731861c42379b3b47a42d574c1c38b8f.tar.gz freebsd-ports-gnome-30633794731861c42379b3b47a42d574c1c38b8f.tar.zst freebsd-ports-gnome-30633794731861c42379b3b47a42d574c1c38b8f.zip |
devel/liblas: Remove conflict with liblas12
The conflict was solved in ports r467861 by suffixing all files
installed by liblas12 with 12.
PR: 227985
Submitted by: rhurlin@gwdg.de (maintainer of liblas12)
Approved by: wen (maintainer timeout, 6 months)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liblas/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 77d6ace48657..ba0d8e3eda06 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -16,8 +16,6 @@ BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgeotiff.so:graphics/libgeotiff -CONFLICTS= liblas12-1.2* - PORTSCOUT= skipv:progress-20071229 USES= cmake compiler:c++11-lang libtool |