summaryrefslogtreecommitdiff
path: root/math/yacas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r--math/yacas/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 9fb616bf68f7..9333adec8485 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -32,9 +32,6 @@ CONFIGURE_ARGS+= --with-numlib=gmp
PLIST_SUB+= GMP="" NOGMP="@comment "
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-. if ${OSVERSION} >= 500035
-BROKEN= "Does not compile on 5.x with libgmp"
-. endif
.else
CONFIGURE_ARGS+= --with-numlib=native
PLIST_SUB+= GMP="@comment " NOGMP=""
@@ -51,4 +48,8 @@ CONFIGURE_ARGS+= --without-x
PLIST_SUB+= X11="@comment "
.endif
+test: build
+ @cd ${WRKSRC}/manmake && ${GMAKE} wester-1994.ys
+ @cd ${WRKSRC}/tests && ${GMAKE} check
+
.include <bsd.port.post.mk>