summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
committertron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
commitf2d262e0bef754371e35855c069d92d11d7759bb (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /wm
parent338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff)
downloadpkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'wm')
-rw-r--r--wm/afterstep/Makefile4
-rw-r--r--wm/windowmaker/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index c99fb6746c5..11ab0833695 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/01/29 11:34:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:05 tron Exp $
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.afterstep.org/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= rplay>=3.3.2:../../audio/rplay
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index e6894303e29..046102b90ef 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:05 tron Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake
BUILD_DEPENDS+= gettextize:../../devel/gettext
DEPENDS+= libproplist-0.10.*:../../devel/libproplist
DEPENDS+= libungif-*:../../graphics/libungif