aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgis
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-23 22:16:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-23 22:16:20 +0100
commit581cfdf038d168c0af083e8988f5fe5d82b3ca3e (patch)
tree8fa33325120f51b89691e97cff34404f4e0b2fb3 /community/postgis
parent94e0468c5e9f64612287ee593e3b104c182bd0ac (diff)
downloadaports-581cfdf038d168c0af083e8988f5fe5d82b3ca3e.tar.bz2
aports-581cfdf038d168c0af083e8988f5fe5d82b3ca3e.tar.xz
community/postgis: remove redundant makedep llvm9-dev
Only llvm is needed and it's pulled by postgresql-dev now.
Diffstat (limited to 'community/postgis')
-rw-r--r--community/postgis/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgis/APKBUILD b/community/postgis/APKBUILD
index 10cd148af7..0a98a36aca 100644
--- a/community/postgis/APKBUILD
+++ b/community/postgis/APKBUILD
@@ -9,7 +9,7 @@ arch="all !x86 !armhf !armv7 !s390x" # missing proj-dev on these arch's
license="GPL-2.0-or-later"
depends="postgresql perl"
makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj-dev perl-dev
- json-c-dev pcre-dev protobuf-c-dev clang-dev llvm9-dev"
+ json-c-dev pcre-dev protobuf-c-dev clang-dev"
subpackages="$pkgname-doc"
source="http://download.osgeo.org/postgis/source/postgis-$pkgver.tar.gz"
options="!check" # tests depends on a running PostgreSQL server