diff options
-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> |