diff options
author | skrll <skrll> | 2002-03-05 18:05:39 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-03-05 18:05:39 +0000 |
commit | cc6717062defd2dbd468dbc912ee41b13cae24ea (patch) | |
tree | bb85162439b9aa96c87554cf6ad47c37548486e9 /audio/rio500/Makefile | |
parent | d7cf5977c1b6051c4f40ce207b5b52bc79ce01ad (diff) | |
download | pkgsrc-cc6717062defd2dbd468dbc912ee41b13cae24ea.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 |