aboutsummaryrefslogtreecommitdiff
path: root/misc/gnomemimedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnomemimedata/Makefile')
-rw-r--r--misc/gnomemimedata/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile
index 7b6da6b44d21..c525ef4af0dc 100644
--- a/misc/gnomemimedata/Makefile
+++ b/misc/gnomemimedata/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= gnome@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack gnomehier gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
@@ -25,8 +26,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN5= gnome-vfs-mime.5
-pre-patch:
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
-
.include <bsd.port.mk>