diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 21:01:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-01 21:01:54 +0800 |
commit | f14ba85006f9b3e3fabb871a477c24a31f47a0c3 (patch) | |
tree | 00848534ff7616ec5f9abd75765ee0385e0ad3cf | |
parent | 2715630c2ac3689fbdc090fe15f573ab8e27a5b7 (diff) | |
download | freebsd-ports-gnome-f14ba85006f9b3e3fabb871a477c24a31f47a0c3.tar.gz freebsd-ports-gnome-f14ba85006f9b3e3fabb871a477c24a31f47a0c3.tar.zst freebsd-ports-gnome-f14ba85006f9b3e3fabb871a477c24a31f47a0c3.zip |
Fix packaging with python3
-rw-r--r-- | www/py-graphite-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-graphite-api/Makefile b/www/py-graphite-api/Makefile index 7a7afbf6205e..02058b6db88c 100644 --- a/www/py-graphite-api/Makefile +++ b/www/py-graphite-api/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= \ NO_ARCH= yes USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils py3kplist GRAPHITEAPI_APP= graphiteapi |