diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2012-05-15 01:48:17 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2012-05-15 01:48:17 +0000 |
commit | 87b8d3609bed28d42c468a4f98cd00781ae43275 (patch) | |
tree | e1e358a37427b6da11e14d8d7e01c7437e0f81bd /misc/shared-mime-info/Makefile | |
parent | b3ef50bed6dc8c3bfb3116d6b7e5a415a03e9dbc (diff) |
Notes
Diffstat (limited to 'misc/shared-mime-info/Makefile')
-rw-r--r-- | misc/shared-mime-info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 56944c218531..3bce0c4de26b 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -7,14 +7,14 @@ # PORTNAME= shared-mime-info -PORTVERSION= 0.90 +PORTVERSION= 1.0 CATEGORIES= misc gnome MASTER_SITES= http://people.freedesktop.org/~hadess/ MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME type database from the FreeDesktop project -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes |