From 4ef0ee5c0742eddefe891581a58a37d2093b25fe Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 27 Jul 2002 22:58:47 +0000 Subject: Use USE_GNOMENG. --- deskutils/genius/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'deskutils/genius/Makefile') diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 14ca8c55ea76..b69a4ae04ebb 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -15,16 +15,14 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' .include -- cgit