summaryrefslogtreecommitdiff
path: root/security/opensc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-08-27 19:06:44 +0000
committerjoerg <joerg@pkgsrc.org>2015-08-27 19:06:44 +0000
commit3c98ced95ee99a3bcffc7f310ed53d8d863a267d (patch)
tree3665da56a46312e5c988aa5290ba5f517cfce533 /security/opensc
parentb5ffa4edfc75b977fe5f1b80b8d2a71866b8e53c (diff)
downloadpkgsrc-3c98ced95ee99a3bcffc7f310ed53d8d863a267d.tar.gz
When replacing a buildlink3.mk inclusion with a plain BUILD_DEPENDS,
it helps to replace BUILDLINK_PREFIX, too. Hi wiz!
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 39d2f946990..baf0ac9a271 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/08/23 20:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2015/08/27 19:06:44 joerg Exp $
OPENSC_PKG_VERSION= 0.13.0
DISTNAME= opensc-${OPENSC_PKG_VERSION}
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= PCSC_CFLAGS=-I${PREFIX}/include/PCSC
# The stylesheets are not found without this.
-CONFIGURE_ARGS+= --with-xsl-stylesheetsdir=${BUILDLINK_PREFIX.docbook-xsl}/share/xsl/docbook
+CONFIGURE_ARGS+= --with-xsl-stylesheetsdir=${PREFIX}/share/xsl/docbook
EGDIR= ${PREFIX}/share/examples/opensc
CONF_FILES+= ${EGDIR}/opensc.conf ${PKG_SYSCONFDIR}/opensc.conf