diff options
author | fredb <fredb> | 2001-02-07 05:16:39 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-07 05:16:39 +0000 |
commit | ce9b1c1dc1398d35011a92751c08a872fe737e56 (patch) | |
tree | f890354c67cba358c8c9aedcc9cfb4103850dfd1 /devel | |
parent | 55590e9f822a7101f2e538cfd9e90b48dece0da7 (diff) | |
download | pkgsrc-ce9b1c1dc1398d35011a92751c08a872fe737e56.tar.gz |
Fix a few more paste-o's.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile | 6 | ||||
-rw-r--r-- | devel/cdk/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 359b97dd9ec..02d8f55bc4c 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/07 05:16:39 fredb 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/${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= pth>=1.3.5:../../devel/pth #DEPENDS+= unproven-pthreads>=0.16 DEPENDS+= esound>=0.2.18:../../audio/esound diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 9418fbd4590..489edb80393 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/07 05:16:39 fredb 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/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf USE_LIBTOOL= yes GNU_CONFIGURE= yes |