diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
commit | efe7d5f7f4ccf1419e95119b11ef8933de183ffd (patch) | |
tree | 6427ac7192f84d32d22f51df854472cc309545dc /math/arpack++ | |
parent | - Fix for recent PHP changes, correct path to php-cgi binary (diff) |
Remove USE_REINPLACE from ports starting with M
Diffstat (limited to 'math/arpack++')
-rw-r--r-- | math/arpack++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index 43bdbfee7104..fd065b7f3319 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \ gmake:${PORTSDIR}/devel/gmake NO_BUILD= yes -USE_REINPLACE= yes REINPLACE_ARGS= -i "" DOCS= README doc/arpackpp.ps.gz doc/bugs.txt doc/structure.txt |