diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 08:43:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 08:43:48 +0000 |
commit | d9dae5115b2d324c68b8aaa145479f1f2dc67694 (patch) | |
tree | eea71c6f9830aea56897fd7934df3dccb6610c5e /misc/gnomemimedata/Makefile | |
parent | Use my FreeBSD.org mail address for the MAINTAINER field. (diff) |
Use USE_GNOMENG.
Diffstat (limited to 'misc/gnomemimedata/Makefile')
-rw-r--r-- | misc/gnomemimedata/Makefile | 7 |
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> |