summaryrefslogtreecommitdiff
path: root/graphics/scigraphica
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /graphics/scigraphica
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'graphics/scigraphica')
-rw-r--r--graphics/scigraphica/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index 1240446897e..54260d092ea 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2019/07/21 22:25:05 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2019/09/02 13:20:19 adam Exp $
DISTNAME= scigraphica-2.1.0
PKGREVISION= 35
@@ -9,9 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= Data analysis and technical graphics
+USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config
-
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
CONFIGURE_ARGS+= --with-readline-include-path=${BUILDLINK_PREFIX.readline}/include
CONFIGURE_ARGS+= --with-readline-path=${BUILDLINK_PREFIX.readline}/lib
@@ -19,16 +19,14 @@ CONFIGURE_ARGS+= --with-termcap-include-path=${BUILDLINK_PREFIX.readline}/includ
CONFIGURE_ARGS+= --with-termcap-path=${BUILDLINK_PREFIX.readline}/lib
CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
-USE_LIBTOOL= YES
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-numarray via libscigraphica
+PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray via libscigraphica
pre-configure:
- ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
+ ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
.include "../../devel/readline/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../graphics/libscigraphica/buildlink3.mk"
-
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"