diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-05 18:05:39 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-05 18:05:39 +0000 |
commit | cbfeb63b478081785c1fdced703997d889329b8d (patch) | |
tree | bb85162439b9aa96c87554cf6ad47c37548486e9 /audio/rio500/Makefile | |
parent | 036e10b01037ccb33333d8338820c858ee4c6b6e (diff) | |
download | pkgsrc-cbfeb63b478081785c1fdced703997d889329b8d.tar.gz |
Apply simply patch to Makefile.in not Makefile.am so that we can remove
the BUILD_DEPENDs on automake.
Diffstat (limited to 'audio/rio500/Makefile')
-rw-r--r-- | audio/rio500/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index dcd876d61dc..6ae24610d99 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/26 10:32:19 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/05 18:05:39 skrll Exp $ # DISTNAME= rio500-0.7 @@ -9,7 +9,6 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= glib>=1.2.0:../../devel/glib USE_GMAKE= yes |