diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-23 20:34:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-23 20:34:07 +0000 |
commit | 0a39ba87b0dff77162773e61ba0caa4b58c11f2c (patch) | |
tree | d0628d7e66a08c85e6f8cee77536054992ed95b1 /security/opensc | |
parent | 6cfb5d3fedd4fc42bb9ec172c21680b61a317827 (diff) | |
download | pkgsrc-0a39ba87b0dff77162773e61ba0caa4b58c11f2c.tar.gz |
Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |