svn commit: r331471 - head/math/yacas

Pietro Cerutti gahr at FreeBSD.org
Thu Oct 24 10:18:32 UTC 2013


Author: gahr
Date: Thu Oct 24 10:18:31 2013
New Revision: 331471
URL: http://svnweb.freebsd.org/changeset/ports/331471

Log:
  - STAGE-clean
  - Remove unneeded dependency on perl

Modified:
  head/math/yacas/Makefile

Modified: head/math/yacas/Makefile
==============================================================================
--- head/math/yacas/Makefile	Thu Oct 24 09:39:13 2013	(r331470)
+++ head/math/yacas/Makefile	Thu Oct 24 10:18:31 2013	(r331471)
@@ -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"


More information about the svn-ports-head mailing list