summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf
diff options
context:
space:
mode:
authortron <tron>2001-03-11 16:19:45 +0000
committertron <tron>2001-03-11 16:19:45 +0000
commit4bc1f932c25c93638b0abcbd864f8b35ab67d73a (patch)
treeac6b0934473dd6e1984d01f3fd5a0591ec0d9b6c /x11/fvwm-wharf
parenta9966abbbb77286597fd31a64294fa43349ad3b5 (diff)
downloadpkgsrc-4bc1f932c25c93638b0abcbd864f8b35ab67d73a.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/Makefile4
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