diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-09 21:57:32 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-09 21:57:32 +0000 |
commit | a6849a2ed351816117660c8e1bb7c0bc56157902 (patch) | |
tree | 52f03a5a1803a798a8cb2a4017d4fed044242ffa /devel/bonobo-conf | |
parent | a38521f69755d76fd0e97d5a13eb33fae2850216 (diff) | |
download | FreeBSD-ports-a6849a2ed351816117660c8e1bb7c0bc56157902.zip FreeBSD-ports-a6849a2ed351816117660c8e1bb7c0bc56157902.tar.gz |
Implement USE_GNOMENG. Users should not be able to start using Evolution
without needing any other hacks.
Diffstat (limited to 'devel/bonobo-conf')
-rw-r--r-- | devel/bonobo-conf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index 43430a8..ea15373 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -16,17 +16,16 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack bonobo +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> |