diff options
author | marcus <marcus@FreeBSD.org> | 2006-09-04 08:24:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-09-04 08:24:54 +0800 |
commit | 949b524920d92bf09f60d5b81c6b40b479d0a0ab (patch) | |
tree | 1feae4452f050d3c80f955459d037b00bdf358de /misc/shared-mime-info/Makefile | |
parent | 83ffa6a5f18eb32d486cbf2c9c9c8fb4ec376a02 (diff) | |
download | freebsd-ports-gnome-949b524920d92bf09f60d5b81c6b40b479d0a0ab.tar.gz freebsd-ports-gnome-949b524920d92bf09f60d5b81c6b40b479d0a0ab.tar.zst freebsd-ports-gnome-949b524920d92bf09f60d5b81c6b40b479d0a0ab.zip |
Update to 0.19.
Diffstat (limited to 'misc/shared-mime-info/Makefile')
-rw-r--r-- | misc/shared-mime-info/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 92d7b2ee7220..be71984aae38 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= shared-mime-info -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= misc gnome MASTER_SITES= http://www.marcuscom.com/downloads/ \ http://people.freedesktop.org/~hadess/ @@ -15,7 +15,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME type database from the FreeDesktop project GNU_CONFIGURE= yes -USE_GNOME= glib20 libxml2 intltool gnomehack +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= glib20 libxml2 intltool gnomehack intlhack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= update-mime-database.1 |