aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/gambit/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index b54bbbe06213..2ab2ade3c264 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -17,16 +17,9 @@ COMMENT= A library of tools for doing computation in game theory
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
-USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
-post-patch:
- @${GREP} -lR "values\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s|values\.h|limits.h|"
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s|malloc\.h|stdlib.h|"
-
.include <bsd.port.mk>