diff options
Diffstat (limited to 'misc/iso-codes/Makefile')
-rw-r--r-- | misc/iso-codes/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index a54a40b2db22..b3e053d9e6c0 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: iso-codes -# Date created: 02 April 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= iso-codes -PORTVERSION= 3.37 +PORTVERSION= 3.40 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -14,9 +10,8 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Lists of the country, language, and currency iso names LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/LICENSE -USE_BZIP2= yes +USE_XZ= yes USE_GNOME= gnomehack USE_GETTEXT= yes USE_GMAKE= yes |