diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-07 14:11:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-07 14:11:17 +0800 |
commit | d24d57c98b06a75dcf800ee938b175e80752ab95 (patch) | |
tree | b346acc940e5dcbf656c0ff25b68eea8b4febecd /devel/hachoir-regex | |
parent | c4e5b4754a591f95fafce8b3b369ab97487f8047 (diff) | |
download | freebsd-ports-gnome-d24d57c98b06a75dcf800ee938b175e80752ab95.tar.gz freebsd-ports-gnome-d24d57c98b06a75dcf800ee938b175e80752ab95.tar.zst freebsd-ports-gnome-d24d57c98b06a75dcf800ee938b175e80752ab95.zip |
hachoir-* is not compatible with python3
With hat: portmgr
Diffstat (limited to 'devel/hachoir-regex')
-rw-r--r-- | devel/hachoir-regex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hachoir-regex/Makefile b/devel/hachoir-regex/Makefile index 8b8d633a830d..6ac9a49f647b 100644 --- a/devel/hachoir-regex/Makefile +++ b/devel/hachoir-regex/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Regular expression manipulation library -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> |