diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-03 06:21:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-03 06:21:11 +0000 |
commit | 0bb8bc6478f12431bb1bb4124fc6cd1efbb7099c (patch) | |
tree | eb3feae03bc26010e093ce2d359afdd631bba58e /audio/py-mad/Makefile | |
parent | 16d73fae792745097443e18c641abeb8917c9dd3 (diff) | |
download | ports-0bb8bc6478f12431bb1bb4124fc6cd1efbb7099c.tar.gz ports-0bb8bc6478f12431bb1bb4124fc6cd1efbb7099c.zip |
Notes
Diffstat (limited to 'audio/py-mad/Makefile')
-rw-r--r-- | audio/py-mad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index ba5a19ad142a..d77b7881279a 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mad -PORTVERSION= 0.9 +PORTVERSION= 0.10 DISTVERSIONPREFIX= version/ CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LIB_DEPENDS= libmad.so:audio/libmad PORTSCOUT= ignore:1 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python GH_ACCOUNT= jaqx0r |