diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-02 21:29:33 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-02 21:29:33 +0800 |
commit | 88d7be2e19889bc7819e816254ae4be3434c673b (patch) | |
tree | bc8db831b1d05b9eb84bb61aebe5096e608c08c2 /audio | |
parent | 604b3004abe2d71af9fae1c9494c4c05dad1f675 (diff) | |
download | freebsd-ports-gnome-88d7be2e19889bc7819e816254ae4be3434c673b.tar.gz freebsd-ports-gnome-88d7be2e19889bc7819e816254ae4be3434c673b.tar.zst freebsd-ports-gnome-88d7be2e19889bc7819e816254ae4be3434c673b.zip |
Remove python 2.7 support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-pulsectl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pulsectl/Makefile b/audio/py-pulsectl/Makefile index c2f4763cf467..6d7acb705c42 100644 --- a/audio/py-pulsectl/Makefile +++ b/audio/py-pulsectl/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |