diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
commit | f8363e87f7123505e22e908848dad895f94d7f25 (patch) | |
tree | f890354c67cba358c8c9aedcc9cfb4103850dfd1 /devel/SDL | |
parent | d90777545a423675ac1d0d8222c32185e2526051 (diff) | |
download | pkgsrc-f8363e87f7123505e22e908848dad895f94d7f25.tar.gz |
Fix a few more paste-o's.
Diffstat (limited to 'devel/SDL')
-rw-r--r-- | devel/SDL/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |