diff options
author | tron <tron@pkgsrc.org> | 2001-03-11 16:19:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-11 16:19:45 +0000 |
commit | f36f0d3802c198309b1d10821ab5367924abb1fa (patch) | |
tree | ac6b0934473dd6e1984d01f3fd5a0591ec0d9b6c /x11/fvwm-wharf | |
parent | f7f0d1344bdd802625459659312f21b9478d21f0 (diff) | |
download | pkgsrc-f36f0d3802c198309b1d10821ab5367924abb1fa.tar.gz |
Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index 5f766185725..064dd8ffffb 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/11 16:19:47 tron Exp $ DISTNAME= AfterStep-1.0 PKGNAME= fvwm-wharf-1.0 @@ -13,7 +13,7 @@ USE_X11BASE= YES USE_XPM= YES do-configure: - (cd ${WRKSRC} ; xmkmf ; ${MAKE} Makefiles) + (cd ${WRKSRC}; ${X11BASE}/bin/xmkmf; ${MAKE} Makefiles) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf |