diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-27 08:03:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-27 08:03:30 +0000 |
commit | 2a11baa7037fa9ca94c5a02b9b10544868f1659d (patch) | |
tree | efba5094532ef57d844ac94769d7d40f2040e2c7 /audio/py-eyed3 | |
parent | 8c16acd7670cf3a9e3056594d23d255bb0a0d55c (diff) |
Notes
Diffstat (limited to 'audio/py-eyed3')
-rw-r--r-- | audio/py-eyed3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-eyed3/Makefile b/audio/py-eyed3/Makefile index de447af58cf8..9dae06e911d1 100644 --- a/audio/py-eyed3/Makefile +++ b/audio/py-eyed3/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |