summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commit732964d7838ca5e8355397759068795660c65368 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /devel
parent81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff)
downloadpkgsrc-732964d7838ca5e8355397759068795660c65368.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 'devel')
-rw-r--r--devel/SDL/Makefile8
-rw-r--r--devel/cdk/Makefile4
-rw-r--r--devel/libctl/Makefile4
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index dc68112c608..359b97dd9ec 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/27 11:54:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $
#
DISTNAME= SDL-1.1.6
@@ -8,8 +8,8 @@ MASTER_SITES= http://www.libsdl.org/release/
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.libsdl.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
-BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake
DEPENDS+= pth>=1.3.5:../../devel/pth
#DEPENDS+= unproven-pthreads>=0.16
DEPENDS+= esound>=0.2.18:../../audio/esound
@@ -29,7 +29,7 @@ pre-patch:
cd ${WRKSRC} && ${MKDIR} src/audio/netbsd
pre-configure:
- cd ${WRKSRC} && autoconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
post-configure:
cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 09d4e1ea7dd..9418fbd4590 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/08/17 00:39:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $
#
DISTNAME= latestCDK
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.vexus.ca/CDK.html
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile
index 0053d2e9ee5..19efc125edc 100644
--- a/devel/libctl/Makefile
+++ b/devel/libctl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/01/21 04:49:44 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/05 09:00:56 tron Exp $
DISTNAME= libctl-1.3
CATEGORIES= devel
@@ -8,7 +8,7 @@ MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://ab-initio.mit.edu/libctl/
DEPENDS+= guile-[0-9]*:../../lang/guile
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= YES