diff options
author | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
commit | d164d4582e467838bb0822c418898444adb3430e (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /audio/rplay | |
parent | f53f60cbcb27f4fac9e0a452e1dab6d14b787aa2 (diff) | |
download | pkgsrc-d164d4582e467838bb0822c418898444adb3430e.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index ac5a2cf686d..9e8325eb043 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/02/05 09:00:54 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/06 03:16:56 fredb Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://rplay.doit.org/pub/rplay/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://rplay.doit.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf DEPENDS+= gsm-1.0.10:../../audio/gsm DEPENDS+= rx-1.5:../../devel/rx |