From 313ab95b42034defc0918867a5c039d6c49ecdf7 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 28 Jul 2002 01:27:25 +0000 Subject: Use USE_GNOMENG. --- editors/gmanedit/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'editors/gmanedit') diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index ba80cec22f4b..20bad88faaaa 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -18,7 +18,8 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -28,12 +29,8 @@ ALL_TARGET= clean all post-extract: @${RM} -rf ${WRKSRC}/config.cache -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' - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|\$(datadir)/locale|\$(prefix)/share/locale|g' .include -- cgit v1.2.3