diff options
author | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
commit | a3eec1444d01a90b320e18b776269681fd28ae27 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /devel/SDL | |
parent | 2255b4096fbc051633cb6ae2bc815233c05ee4bc (diff) | |
download | pkgsrc-a3eec1444d01a90b320e18b776269681fd28ae27.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'devel/SDL')
-rw-r--r-- | devel/SDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 231d1771520..493777d6e26 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/10/24 22:10:51 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/11/29 19:46:10 jlam Exp $ # DISTNAME= SDL-1.2.2 @@ -9,7 +9,6 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.libsdl.org/ COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm BUILDLINK_DEPENDS.pth= pth>=1.4.0 |