diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 11:41:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 11:41:12 +0000 |
commit | 2dc6d8ea538dd252c5798ca949bb53c213872900 (patch) | |
tree | 868e02aa9964c85a6e2cffd88fda975346b972fd /x11/xalf/Makefile | |
parent | Use USE_GNOMENG and fix build on -current. (diff) |
Use USE_GNOMENG.
Diffstat (limited to '')
-rw-r--r-- | x11/xalf/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile index 869a27f3af9f..725c3a93afd7 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 <bsd.port.mk> |