mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update MASTER_SITES
- numpy -> py-numeric - Use PYTHON_PKGAMEPREFIX
This commit is contained in:
parent
68d2ac525e
commit
56e64a303b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42401
1 changed files with 6 additions and 6 deletions
|
@ -8,18 +8,18 @@
|
|||
PORTNAME= gist
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
|
||||
PKGNAMEPREFIX= py-
|
||||
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/OLD/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= LLNLDistribution11
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= tg@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \
|
||||
${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \
|
||||
${RNGDIR}/RNG.so:${PORTSDIR}/math/numpy
|
||||
RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \
|
||||
${RNGDIR}/RNG.so:${PORTSDIR}/math/numpy
|
||||
${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric \
|
||||
${RNGDIR}/RNG.so:${PORTSDIR}/math/py-numeric
|
||||
RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric \
|
||||
${RNGDIR}/RNG.so:${PORTSDIR}/math/py-numeric
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Graphics
|
||||
USE_PYTHON= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue