diff options
Diffstat (limited to 'math/py-PyWavelets/Makefile')
-rw-r--r-- | math/py-PyWavelets/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-PyWavelets/Makefile b/math/py-PyWavelets/Makefile index 7f1c035606e3..e86aab06b8ce 100644 --- a/math/py-PyWavelets/Makefile +++ b/math/py-PyWavelets/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pywt MAINTAINER= eric@camachat.org COMMENT= Discrete Wavelet Transforms in Python @@ -21,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow USE_GITHUB= yes -GH_PROJECT= ${DISTNAME} +GH_PROJECT= pywt USES= cpe python USE_PYTHON= autoplist distutils |