Date: Fri, 7 Apr 2017 16:01:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437934 - head/math/giacxcas Message-ID: <201704071601.v37G1k5v030691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 7 16:01:45 2017 New Revision: 437934 URL: https://svnweb.freebsd.org/changeset/ports/437934 Log: - Remove always-true OSVERSION condition Approved by: portmgr blanket Modified: head/math/giacxcas/Makefile Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Fri Apr 7 16:00:46 2017 (r437933) +++ head/math/giacxcas/Makefile Fri Apr 7 16:01:45 2017 (r437934) @@ -67,15 +67,9 @@ INFO= giac_es giac_us OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.options.mk> - #NB: built of giacxcas with USE_GCC and nlt is successfull if the ntl port is also # installed with USE_GCC -.if ${OSVERSION} >= 1000000 CONFIGURE_ARGS+= --disable-ntl -.else -BUILD_DEPENDS+= ${LOCALBASE}/lib/libntl.a:math/ntl -.endif post-extract: @${FIND} ${WRKSRC}/examples/Exemples -name "._*" -delete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704071601.v37G1k5v030691>