summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-23 20:34:07 +0000
committerwiz <wiz@pkgsrc.org>2015-08-23 20:34:07 +0000
commit0a39ba87b0dff77162773e61ba0caa4b58c11f2c (patch)
treed0628d7e66a08c85e6f8cee77536054992ed95b1
parent6cfb5d3fedd4fc42bb9ec172c21680b61a317827 (diff)
downloadpkgsrc-0a39ba87b0dff77162773e61ba0caa4b58c11f2c.tar.gz
Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.
-rw-r--r--databases/postgresql-postgis2/Makefile4
-rw-r--r--security/opensc/Makefile5
-rw-r--r--sysutils/libdevkit-gobject/Makefile7
3 files changed, 8 insertions, 8 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"
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 53f2af697c1..39d2f946990 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/03/17 18:21:42 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2015/08/23 20:34:07 wiz Exp $
OPENSC_PKG_VERSION= 0.13.0
DISTNAME= opensc-${OPENSC_PKG_VERSION}
@@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/OpenSC/OpenSC/wiki
COMMENT= Smart Card drivers and middleware
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_OLD_DES_API= YES
@@ -50,7 +52,6 @@ post-install:
# build tools for doc; should be TOOLS
.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/docbook-xsl/buildlink3.mk"
# We avoid pthreads intentionally; tell dlopen not drag it in.
DLOPEN_REQUIRE_PTHREADS= no
diff --git a/sysutils/libdevkit-gobject/Makefile b/sysutils/libdevkit-gobject/Makefile
index 50eef1b0d15..f2809f46d98 100644
--- a/sysutils/libdevkit-gobject/Makefile
+++ b/sysutils/libdevkit-gobject/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/01/01 11:52:35 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.10 2015/08/23 20:34:07 wiz Exp $
DISTNAME= DeviceKit-003
PKGNAME= ${DISTNAME:S/DeviceKit/libdevkit-gobject/}
@@ -12,6 +11,8 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/DeviceKit
COMMENT= Modular hardware abstraction layer
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config gmake
@@ -31,9 +32,7 @@ pre-configure:
cd ${WRKSRC} && autoreconf
BUILDLINK_DEPMETHOD.libxslt= build
-BUILDLINK_DEPMETHOD.docbook-xsl= build
.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/docbook-xsl/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"