aboutsummaryrefslogtreecommitdiff
path: root/misc/gnome-mime-data
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 16:58:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 16:58:10 +0000
commitf13d34a25e6c8ee85181b53df2dc708435bed92b (patch)
tree2c249ec4d2c9b8311781b2354423605aab4d248d /misc/gnome-mime-data
parenta3ea8ee9f7c0bf6671600f65b981528bc3a1950a (diff)
downloadports-f13d34a25e6c8ee85181b53df2dc708435bed92b.tar.gz
ports-f13d34a25e6c8ee85181b53df2dc708435bed92b.zip
Support stage
Notes
Notes: svn path=/head/; revision=351008
Diffstat (limited to 'misc/gnome-mime-data')
-rw-r--r--misc/gnome-mime-data/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile
index d7fc258ea6e7..d7da6a2cacce 100644
--- a/misc/gnome-mime-data/Makefile
+++ b/misc/gnome-mime-data/Makefile
@@ -11,19 +11,12 @@ DISTNAME= gnome-mime-data-${PORTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A MIME and Application database for GNOME
+COMMENT= MIME and Application database for GNOME
-USE_BZIP2= yes
-USES= gettext
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack
+USES= gettext gmake pathfix tar:bzip2
+USE_GNOME= gnomeprefix intlhack
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
CPPFLAGS+= -I${LOCALBASE}/include
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>