From c9da8e20e91b878d32110d7a4e967629974ea63f Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 18 Jul 2002 11:41:12 +0000 Subject: Use USE_GNOMENG. --- x11/xalf/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile index 869a27f..725c3a9 100644 --- a/x11/xalf/Makefile +++ b/x11/xalf/Makefile @@ -20,17 +20,15 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack libcapplet USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|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 -- cgit v1.1