diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-11 08:46:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-11 08:46:55 +0000 |
commit | 850300a262e3ecb57388378fea400bd45bfd156d (patch) | |
tree | 1ca6b867a04087ab8f25b44e68a0a0558540de36 /x11-wm | |
parent | cdb590c6b9bbfc9845349d9f8c540f88fe07ea2b (diff) | |
download | ports-850300a262e3ecb57388378fea400bd45bfd156d.tar.gz ports-850300a262e3ecb57388378fea400bd45bfd156d.zip |
Depends now on x11-wm/sawfish2 instead of x11-wm/sawfish.
PR: ports/53192
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=82768
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pager/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index 4ae1485485d5..b40c0f92e149 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= ebert@informatik.unibw-muenchen.de COMMENT= A pager for sawfish without GNOME -BUILD_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish -RUN_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish +BUILD_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish2 +RUN_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish2 USE_GMAKE= yes MAKEFILE= GNUmakefile -USE_GNOME= gtk12 USE_REINPLACE= yes USE_X_PREFIX= yes @@ -28,9 +27,6 @@ SAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" -post-patch: - @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/${MAKEFILE} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin # doesn't work correct with the compiled .jl file at the moment |