diff options
author | riggs <riggs@FreeBSD.org> | 2017-08-13 00:02:13 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-08-13 00:02:13 +0800 |
commit | 5687cbbd762c2d3532f2c536f9b9bc8e210d4754 (patch) | |
tree | 71fa3ac88cb65c77d25ec721ed7e4c05e6c1cdca /audio/py-gmusicapi | |
parent | a08ed5bb3bd46059cba2f7e3d2791c920c2daa80 (diff) | |
download | freebsd-ports-gnome-5687cbbd762c2d3532f2c536f9b9bc8e210d4754.tar.gz freebsd-ports-gnome-5687cbbd762c2d3532f2c536f9b9bc8e210d4754.tar.zst freebsd-ports-gnome-5687cbbd762c2d3532f2c536f9b9bc8e210d4754.zip |
Pet portlint (no functional change)
Diffstat (limited to 'audio/py-gmusicapi')
-rw-r--r-- | audio/py-gmusicapi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-gmusicapi/Makefile b/audio/py-gmusicapi/Makefile index 097cab364648..b459f0273859 100644 --- a/audio/py-gmusicapi/Makefile +++ b/audio/py-gmusicapi/Makefile @@ -28,12 +28,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 -USE_GITHUB= yes -GH_ACCOUNT= simon-weber - USES= python USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= simon-weber + NO_ARCH= yes .include <bsd.port.mk> |