diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-12-16 21:41:27 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-12-16 21:41:27 +0000 |
commit | 4b076dc51d846ef6535f81d9efddae1a72947771 (patch) | |
tree | 6cd6337b1f9ae1187f1814c9ace1c4427b6b8c53 | |
parent | textproc/retext: Unbreak by deleting the empty directory that was breaking th... (diff) |
Switch to gettext-tools, we only need for building.
While here, pet portlint and move some entries out of the USES section.
PR: 234030
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
-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 |