summaryrefslogtreecommitdiff
path: root/databases/postgresql-postgis2
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-23 20:34:07 +0000
committerwiz <wiz>2015-08-23 20:34:07 +0000
commit5d6b2309c7dc988a9b3ed01cf6487bef0f8758cd (patch)
treed0628d7e66a08c85e6f8cee77536054992ed95b1 /databases/postgresql-postgis2
parentcb23de193e733626057290c5d2ef0d59e9151dac (diff)
downloadpkgsrc-5d6b2309c7dc988a9b3ed01cf6487bef0f8758cd.tar.gz
Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r--databases/postgresql-postgis2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile
index 32ec4a1cff3..5d8484b0bd9 100644
--- a/databases/postgresql-postgis2/Makefile
+++ b/databases/postgresql-postgis2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/07/07 17:26:10 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2015/08/23 20:34:07 wiz Exp $
DISTNAME= postgis-2.1.8
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT= Spatial database capabilities for PostgreSQL
LICENSE= gnu-gpl-v2
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
CONFLICTS= postgis-[0-9]*
@@ -72,7 +73,6 @@ MAKE_ENV+= "XSLTPROCFLAGS=--timing"
# These are really all BUILD_DEPENDS.
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/docbook-xsl/buildlink3.mk"
# NORMAL DEPENDS
.include "../../geography/gdal-lib/buildlink3.mk"