diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
commit | a3b28744c73dfd83f14d1263f52afdbe39487d77 (patch) | |
tree | 7c84241dbe4eeda79e9eb7581542179b57b82064 /databases | |
parent | d3f16732a66778b65a94f996bf7d125510e6e4d4 (diff) | |
download | freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.gz freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.zst freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.zip |
Clean up some USES=python
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pg_activity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_activity/Makefile b/databases/pg_activity/Makefile index 7c1aa6b8f437..7cbc1df96b0e 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= julmon -USES= python:2.6+ +USES= python USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix PYDISTUTILS_INSTALLARGS= --with-man |