diff options
Diffstat (limited to 'geography/postgresql81-postgis/Makefile')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index d04eea84885..53127775f9b 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2007/06/29 23:35:32 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/08/22 12:25:32 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.2.1 -PKGREVISION= 1 +VERSION= 1.3.1 PKGNAME= postgresql81-postgis-${VERSION} MASTER_SITES= http://postgis.refractions.net/download/ CATEGORIES= databases geography @@ -15,6 +14,9 @@ COMMENT= Spatial database capabilities for PostgreSQL CONFLICTS= postgis-[0-9]* +# gmake complains about adding + to parent rule +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= YES USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ @@ -34,8 +36,6 @@ SUBST_FILES.paths= extras/template_gis/profile \ SUBST_VARS.paths+= PKG_SYSCONFDIR SUBST_STAGE.paths= pre-configure -CONF_FILES= share/examples/postgis/profile ${PKG_SYSCONFDIR}/postgis - # Install is manual because distribution fails if docbook prereqs are not # satisfied, rather than using the prebuilt versions which are actually # in the distfile. |