Guessing wantlib regen since these don't build.
This commit is contained in:
parent
6dbde86522
commit
9f55ecd654
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2013/10/30 15:22:33 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2014/04/21 15:20:06 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = translator library for geospatial data formats
|
||||
COMMENT-python =python bindings and utilities for GDAL
|
||||
@ -6,7 +6,7 @@ COMMENT-perl = perl bindings for GDAL
|
||||
|
||||
V = 1.10.0
|
||||
DISTNAME = gdal-${V}
|
||||
REVISION-main = 1
|
||||
REVISION-main = 2
|
||||
REVISION-perl = 0
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -46,10 +46,9 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \
|
||||
devel/proj \
|
||||
devel/geotiff
|
||||
|
||||
WANTLIB-main = ${WANTLIB} c crypto expat m ssl stdc++ z tiff \
|
||||
WANTLIB-main = ${WANTLIB} c expat m stdc++ z tiff openjp2 \
|
||||
curl pq geos geos_c idn png gif jpeg jasper geotiff \
|
||||
asn1 heimbase krb5 openjp2 roken wind \
|
||||
com_err proj pthread freexl pcre spatialite sqlite3 xml2
|
||||
proj pthread freexl pcre spatialite sqlite3 xml2
|
||||
|
||||
|
||||
LIB_DEPENDS-python = ${PKGNAME}:${BASE_PKGPATH},-main
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2013/08/31 09:04:30 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2014/04/21 15:20:06 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ V = 2.1.0
|
||||
COMMENT= geographic objects support for PostgreSQL
|
||||
DISTNAME= postgis-${V}
|
||||
CATEGORIES= geo databases
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.postgis.org/
|
||||
|
||||
@ -17,9 +18,9 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MASTER_SITES= http://download.osgeo.org/postgis/source/
|
||||
|
||||
WANTLIB= c geos_c m pq>=5.3 proj xml2 z
|
||||
WANTLIB += com_err crypto curl expat gdal geos geotiff gif idn
|
||||
WANTLIB += curl expat gdal geos geotiff gif idn
|
||||
WANTLIB += jasper jpeg json-c png pthread ssl stdc++ tiff
|
||||
WANTLIB += asn1 freexl heimbase krb5 pcre roken spatialite sqlite3 wind
|
||||
WANTLIB += freexl pcre spatialite sqlite3
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user