svn commit: r437934 - head/math/giacxcas

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 7 16:01:47 UTC 2017


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


More information about the svn-ports-head mailing list