aboutsummaryrefslogtreecommitdiff
path: root/math/yacas
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-24 10:18:31 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-24 10:18:31 +0000
commit2c2f4740d12ad1197c5e015cdf82ee809c60857a (patch)
treef55e915b388fcc15312c1a11d0c334fb638b82b8 /math/yacas
parent0f6298e1507bd67fdc523a54dc78a88c27ad9485 (diff)
downloadports-2c2f4740d12ad1197c5e015cdf82ee809c60857a.tar.gz
ports-2c2f4740d12ad1197c5e015cdf82ee809c60857a.zip
- STAGE-clean
- Remove unneeded dependency on perl
Notes
Notes: svn path=/head/; revision=331471
Diffstat (limited to 'math/yacas')
-rw-r--r--math/yacas/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index dcbca9ba5e43..a0f91d6cbd9d 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -13,15 +13,12 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= TESTS DOCS
-OPTIONS_DEFAULT= TESTS
+OPTIONS_DEFAULT=TESTS
TESTS_DESC= Run bundled self-tests after build
-USES= gmake perl5
-USE_PERL5= build
-#USE_AUTOTOOLS= libtool
+USES= gmake
GNU_CONFIGURE= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"