diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-15 21:33:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-15 21:33:50 +0000 |
commit | 4aa068ea115713f9237f62ae1495aef3e36f25ad (patch) | |
tree | 8492f2602c149999e4249be267d9aaae289db471 /devel/SDL | |
parent | e1d61eff9f5abedda43f17a342c5d412c01fb084 (diff) | |
download | pkgsrc-4aa068ea115713f9237f62ae1495aef3e36f25ad.tar.gz |
Remove BUILDLINK_DEPENDS.pth line, since it's the same as in pth's
buildlink.mk.
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 55a4992091a..aae284245be 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/02/14 00:39:45 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2002/06/15 21:33:50 wiz Exp $ # DISTNAME= SDL-1.2.3 @@ -11,7 +11,6 @@ COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm -BUILDLINK_DEPENDS.pth= pth>=1.4.0 USE_BUILDLINK_ONLY= YES |