diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
commit | 1727182e5d2f80a6075c8866a50222205844f161 (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/mimms/Makefile | |
parent | 306e66af5d83697a761205698232bca9aa68ef19 (diff) | |
download | ports-1727182e5d2f80a6075c8866a50222205844f161.tar.gz ports-1727182e5d2f80a6075c8866a50222205844f161.zip |
Notes
Diffstat (limited to 'multimedia/mimms/Makefile')
-rw-r--r-- | multimedia/mimms/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mimms/Makefile b/multimedia/mimms/Makefile index b88da31ee537..b5183cd78381 100644 --- a/multimedia/mimms/Makefile +++ b/multimedia/mimms/Makefile @@ -12,9 +12,8 @@ COMMENT= Download streams using the MMS protocol LIB_DEPENDS= libmms.so:${PORTSDIR}/net/libmms -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python tar:bzip2 +USE_PYTHON= distutils PYDISTUTILS_PKGVERSION= 3.2 PORTDOCS= AUTHORS COPYING NEWS README |