diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 01:22:07 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 01:22:07 +0800 |
commit | e442098c3267e6846b91c09f02093ba39cb0046d (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/mimms | |
parent | 4ab1e443e6061bb92001b7facab50925aafa5c00 (diff) | |
download | freebsd-ports-gnome-e442098c3267e6846b91c09f02093ba39cb0046d.tar.gz freebsd-ports-gnome-e442098c3267e6846b91c09f02093ba39cb0046d.tar.zst freebsd-ports-gnome-e442098c3267e6846b91c09f02093ba39cb0046d.zip |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'multimedia/mimms')
-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 |