diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-12 00:58:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-12 00:58:10 +0800 |
commit | e0d610f29880a67765514f5fee810a359a399ab9 (patch) | |
tree | 2c249ec4d2c9b8311781b2354423605aab4d248d /misc/gnome-mime-data/Makefile | |
parent | 13020460ecd18c9b570dce01d455e92437ce0555 (diff) | |
download | freebsd-ports-gnome-e0d610f29880a67765514f5fee810a359a399ab9.tar.gz freebsd-ports-gnome-e0d610f29880a67765514f5fee810a359a399ab9.tar.zst freebsd-ports-gnome-e0d610f29880a67765514f5fee810a359a399ab9.zip |
Support stage
Diffstat (limited to 'misc/gnome-mime-data/Makefile')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 13 |
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> |