diff options
Diffstat (limited to 'misc/gnome-mime-data/Makefile')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 0a71aa6ba360..af8e21808185 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemimedata -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.4 @@ -25,6 +25,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -MAN5= gnome-vfs-mime.5 - .include <bsd.port.mk> |