diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-21 12:31:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-21 12:31:20 +0000 |
commit | 6be78c6a0bf3176199be46971ef0eba54e114f08 (patch) | |
tree | 475c4810548d5e3437677eafe29029a80b398b2b /x11-wm | |
parent | 03aa7c5a2c0e2f7d0e95e308dcf9035beedb0169 (diff) | |
download | FreeBSD-ports-6be78c6a0bf3176199be46971ef0eba54e114f08.zip FreeBSD-ports-6be78c6a0bf3176199be46971ef0eba54e114f08.tar.gz |
- Chase librep shlib version bump;
- use USE_REINPLACE.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 09dda05..e3ab880 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/sources/sawfish MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk @@ -24,6 +24,7 @@ PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes +USE_REINPLACE= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline \ @@ -51,14 +52,14 @@ CONFIGURE_ARGS+=--disable-capplet \ .endif pre-patch: - @${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ + @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' + s|[(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ + 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ + s|[(]datadir[)]/aclocal|(prefix)/share/aclocal|g ; \ + s|[(]datadir[)]/locale|(prefix)/share/locale|g' post-install: install-info --section="X11 window manager" \ |