diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-06-22 13:21:59 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-06-22 13:21:59 +0000 |
commit | 51bb0104ac3c3985824ee1968576bc98a4969eee (patch) | |
tree | 8148921b86f0ee96bbcf82545b1d0053d1d0e455 /math | |
parent | caabb583bca617cee7d8b053fd715d621ad672b2 (diff) | |
download | pkgsrc-51bb0104ac3c3985824ee1968576bc98a4969eee.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/Makefile | 4 |
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 |