diff options
author | obraun <obraun@FreeBSD.org> | 2003-06-11 16:46:55 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-06-11 16:46:55 +0800 |
commit | 9475a1b7ef31b4a512aa122949decbd27e444a50 (patch) | |
tree | ec4bfc4f5d89159cbc0dcc64923a2fec498661af /x11-wm | |
parent | e582fc62348ab208676bd9a20d2cf28036007bca (diff) | |
download | freebsd-ports-gnome-9475a1b7ef31b4a512aa122949decbd27e444a50.tar.gz freebsd-ports-gnome-9475a1b7ef31b4a512aa122949decbd27e444a50.tar.zst freebsd-ports-gnome-9475a1b7ef31b4a512aa122949decbd27e444a50.zip |
Depends now on x11-wm/sawfish2 instead of x11-wm/sawfish.
PR: ports/53192
Submitted by: maintainer
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 |