diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-09-26 18:26:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-09-26 18:26:11 +0000 |
commit | d9442f1407517344b96f13b905715053866fcff8 (patch) | |
tree | d5c6ea5c813246d05367a90a3a8fb1c63077b8a6 | |
parent | security/libressl-devel: Update to 2.6.2 (diff) |
Unhook pointcloud
r450685 introduced pointcloud, but not its dependency archivers/lazperf.
Once lazperf is added, pointcloud can be hooked back up.
Notes
Notes:
svn path=/head/; revision=450690
-rw-r--r-- | databases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index cab76512bf31..f1a32eac4c3b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -660,7 +660,7 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check - SUBDIR += pointcloud +# SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 |