diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-08 00:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-08 00:01:45 +0800 |
commit | b13f88598d2aa93eebe92ac00c710ea6751c7c9e (patch) | |
tree | 507f53ae0d5a7ac5c61db9fcd0f7bec088b5e6cf /math | |
parent | 843d98acbd3df4d31c67cdf11a97160d009c82e2 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |