diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-12-15 16:22:56 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-12-15 16:22:56 +0000 |
commit | 2c277979149025ff048d5389a87e9eb3709922ab (patch) | |
tree | 5c07a047a3ae86764715ca46b317f5ba26b3a8a7 /math/open-axiom/Makefile | |
parent | 3c9ae2b9fc730aa375fa863dc5f09e2da8874f39 (diff) | |
download | ports-2c277979149025ff048d5389a87e9eb3709922ab.tar.gz ports-2c277979149025ff048d5389a87e9eb3709922ab.zip |
Notes
Diffstat (limited to 'math/open-axiom/Makefile')
-rw-r--r-- | math/open-axiom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile index f2c76be0687c..c6b7c6755271 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -28,4 +28,7 @@ MAKE_JOBS_UNSAFE=yes PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} +post-patch: + ${REINPLACE_CMD} 's/test x$$oa_has_qt = xyes/false/' ${WRKSRC}/configure + .include <bsd.port.mk> |