diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-06 04:02:12 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-06 04:02:12 +0000 |
commit | b427b543245e4a40de83a3c5691c898b6936309c (patch) | |
tree | 28458fbc5b4dd10b51ade98efc4cf693e1ae72df /x11 | |
parent | 7a2c870746fc3682114402fb00db3e7ed485a870 (diff) | |
download | pkgsrc-b427b543245e4a40de83a3c5691c898b6936309c.tar.gz |
Add wildcard dependence on "rplay".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/afterstep-current/Makefile | 4 | ||||
-rw-r--r-- | x11/afterstep/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/afterstep-current/Makefile b/x11/afterstep-current/Makefile index 692bd51d7cf..f1bc1383094 100644 --- a/x11/afterstep-current/Makefile +++ b/x11/afterstep-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/01/13 06:35:11 fredb Exp $ +# $NetBSD: Makefile,v 1.17 2000/02/06 04:04:13 fredb Exp $ DISTNAME= AfterStep-1.7.164 PKGNAME= afterstep-1.7.165 @@ -27,7 +27,7 @@ BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= asclock-1.0:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= rplay-3.2.0b6:../../audio/rplay +DEPENDS+= rplay-3.2.*:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xp-1.2b10:../../x11/xp DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index a3b92e9441e..70faa16c1d0 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/02/05 15:34:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2000/02/06 04:02:12 fredb Exp $ DISTNAME= AfterStep-1.6.10 PKGNAME= afterstep-1.6.10 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.afterstep.org/ DEPENDS+= asclock-1.0:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= rplay-3.2.0b6:../../audio/rplay +DEPENDS+= rplay-3.2.*:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xpm-3.4k:../../graphics/xpm |