aboutsummaryrefslogtreecommitdiff
path: root/math/giacxcas
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-07 16:01:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-07 16:01:45 +0000
commit8fb97109a50fa9ceccc51a1098ce3057cb944144 (patch)
tree507f53ae0d5a7ac5c61db9fcd0f7bec088b5e6cf /math/giacxcas
parent3a56d2db507cb8eec93515c681edbd59f1af2d48 (diff)
downloadports-8fb97109a50fa9ceccc51a1098ce3057cb944144.tar.gz
ports-8fb97109a50fa9ceccc51a1098ce3057cb944144.zip
- Remove always-true OSVERSION condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=437934
Diffstat (limited to 'math/giacxcas')
-rw-r--r--math/giacxcas/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index 153cb10080b8..a3fc103f014a 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -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