aboutsummaryrefslogtreecommitdiff
path: root/devel/py-mx-experimental
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commitc2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch)
tree5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/py-mx-experimental
parent82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff)
downloadports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz
ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip
Notes
Diffstat (limited to 'devel/py-mx-experimental')
-rw-r--r--devel/py-mx-experimental/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-mx-experimental/Makefile b/devel/py-mx-experimental/Makefile
index 20d811bb53cf..ca357632d0b8 100644
--- a/devel/py-mx-experimental/Makefile
+++ b/devel/py-mx-experimental/Makefile
@@ -19,10 +19,11 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base
+USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
- @${PERL} -pi -e "s|LIBGMPH|${PREFIX}/include|" ${WRKSRC}/mxEXPERIMENTAL.py
+ @${REINPLACE_CMD} -e "s|LIBGMPH|${PREFIX}/include|" ${WRKSRC}/mxEXPERIMENTAL.py
.include <bsd.port.mk>