aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-08 00:01:45 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-08 00:01:45 +0800
commitb13f88598d2aa93eebe92ac00c710ea6751c7c9e (patch)
tree507f53ae0d5a7ac5c61db9fcd0f7bec088b5e6cf /math
parent843d98acbd3df4d31c67cdf11a97160d009c82e2 (diff)
downloadfreebsd-ports-gnome-b13f88598d2aa93eebe92ac00c710ea6751c7c9e.tar.gz
freebsd-ports-gnome-b13f88598d2aa93eebe92ac00c710ea6751c7c9e.tar.zst
freebsd-ports-gnome-b13f88598d2aa93eebe92ac00c710ea6751c7c9e.zip
- Remove always-true OSVERSION condition
Approved by: portmgr blanket
Diffstat (limited to 'math')
-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