From 0a39ba87b0dff77162773e61ba0caa4b58c11f2c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 23 Aug 2015 20:34:07 +0000 Subject: Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl. --- security/opensc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/opensc') 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 -- cgit v1.2.3