summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-06-22 13:21:59 +0000
committerjperkin <jperkin>2015-06-22 13:21:59 +0000
commitd22f30d1477a0e4aca9561fe48af9d6678bafbaf (patch)
tree8148921b86f0ee96bbcf82545b1d0053d1d0e455 /math
parentbc059494c3ae6c192802a6584a797f98ea2bc9fe (diff)
downloadpkgsrc-d22f30d1477a0e4aca9561fe48af9d6678bafbaf.tar.gz
Update the fixwrap substitution to work correctly after the recent
libtool changes. Fixes CHECK_WRKREF builds.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 9c5c721944d..9a7ee12a5cb 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2015/06/12 10:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2015/06/22 13:21:59 jperkin Exp $
DISTNAME= R-3.2.0
PKGREVISION= 2
@@ -131,7 +131,7 @@ INSTALL_SCRIPT= ${INSTALL} ${COPY} -m ${BINMODE}
SUBST_CLASSES+= fixwrap
SUBST_STAGE.fixwrap= post-build
SUBST_FILES.fixwrap= libtool
-SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool-fortran,${PKG_LIBTOOL},g"
+SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool,${PKG_LIBTOOL},g"
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5