diff options
-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 8fef58048d0a..5201d8e8503b 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -3,6 +3,7 @@ PORTNAME= iso-codes PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= kwm@FreeBSD.org @@ -10,7 +11,8 @@ COMMENT= Lists of the country, language, and currency iso names LICENSE= LGPL21 -USES= gettext gmake pathfix python:3.4+,build tar:xz +USES= gettext-tools gmake pathfix python:3.4+,build tar:xz + GNU_CONFIGURE= yes NO_ARCH= yes |