aboutsummaryrefslogtreecommitdiff
path: root/math/xppaut/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-11 19:36:31 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-11 19:36:31 +0000
commit39ca408f94e0b8f3f913dffe45c67e8e1c6eb1bd (patch)
tree5d013738f642c92e5e67e3e31b2b1f9f59490e21 /math/xppaut/Makefile
parent585665a9b6acadc044fc0cb59f1fbd62c7795e0c (diff)
downloadports-39ca408f94e0b8f3f913dffe45c67e8e1c6eb1bd.tar.gz
ports-39ca408f94e0b8f3f913dffe45c67e8e1c6eb1bd.zip
Update to 5.91
PR: ports/77812 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133069
Diffstat (limited to 'math/xppaut/Makefile')
-rw-r--r--math/xppaut/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/xppaut/Makefile b/math/xppaut/Makefile
index b6660541a778..57bc593647c8 100644
--- a/math/xppaut/Makefile
+++ b/math/xppaut/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xppaut
-PORTVERSION= 5.85
+PORTVERSION= 5.91
CATEGORIES= math graphics
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -17,6 +17,7 @@ COMMENT= Graphical tool for solving differential equations, etc
MAN1= xppaut.1
USE_X_PREFIX= yes
USE_REINPLACE= yes
+MAKE_ARGS= CC="${CC}"
WRKSRC= ${WRKDIR}
@@ -28,4 +29,7 @@ pre-configure:
@${REINPLACE_CMD} -e "s|# PORTDOCS||" ${WRKSRC}/Makefile
.endif
+post-patch:
+ @(cd ${WRKSRC} && ${REINPLACE_CMD} -e "s|gcc|${CC}|" Makefile libI77/Makefile cvodesrc/Makefile mkavi/Makefile)
+
.include <bsd.port.mk>