diff options
Diffstat (limited to 'misc/iso-codes')
-rw-r--r-- | misc/iso-codes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 7b75cc881d21..6a6429be740c 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -11,8 +11,10 @@ COMMENT= Lists of the country, language, and currency iso names LICENSE= LGPL21 -USES= gettext gmake pathfix python:3,build tar:xz +USES= gettext gmake pathfix python:3.4+,build tar:xz GNU_CONFIGURE= yes NO_ARCH= yes +BINARY_ALIAS= python3=${PYTHON_VERSION} + .include <bsd.port.mk> |