diff options
author | jgh <jgh@FreeBSD.org> | 2015-03-10 00:15:01 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-03-10 00:15:01 +0800 |
commit | 9f1a6f389c979f5151ab5188578225265c3e3a2f (patch) | |
tree | 72452c9b774956fcd26d2ef31e69c95558f24e83 | |
parent | ca1a58d53d20721fc1599d0c3580044b37a6be17 (diff) | |
download | freebsd-ports-gnome-9f1a6f389c979f5151ab5188578225265c3e3a2f.tar.gz freebsd-ports-gnome-9f1a6f389c979f5151ab5188578225265c3e3a2f.tar.zst freebsd-ports-gnome-9f1a6f389c979f5151ab5188578225265c3e3a2f.zip |
- re-insert distutils
-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 9ecf8457896d..0f0ff744d69f 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -22,7 +22,7 @@ GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 3b6b371 USES= python:2.6+ -USE_PYTHON= autoplist autoplist noegginfo +USE_PYTHON= autoplist distutils noegginfo PYDISTUTILS_INSTALLARGS= --with-man post-patch: |