Fix package name in DEPENDS.
This commit is contained in:
parent
0793e9665a
commit
4e6bce7033
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2014/01/25 10:38:22 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2014/01/26 13:05:27 thomasklausner Exp $
|
||||
|
||||
DISTNAME= scitools-0.9.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -12,7 +12,7 @@ HOMEPAGE= http://code.google.com/p/scitools/
|
|||
COMMENT= Python library for scientific computing
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-matplotlib-gtk2>=1.1.1:../../graphics/py-matplotlib-gtk2
|
||||
DEPENDS+= ${PYPKGPREFIX}-matplotlib-gtk>=1.1.1:../../graphics/py-matplotlib-gtk2
|
||||
|
||||
USE_TOOLS+= gzip
|
||||
USE_LANGUAGES= # none
|
||||
|
@ -20,6 +20,8 @@ USE_LANGUAGES= # none
|
|||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
||||
PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-matplotlib-gtk2
|
||||
|
||||
post-extract:
|
||||
gzip -d ${WRKSRC}/doc/man/man1/*.gz
|
||||
${MV} ${WRKSRC}/bin/scitools ${WRKSRC}/bin/scitools${PYVERSSUFFIX}
|
||||
|
|
Loading…
Reference in a new issue