diff options
author | fredb <fredb> | 2001-01-25 12:36:16 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-01-25 12:36:16 +0000 |
commit | a914f2fec97fb70a79d6101845af9aefa9d43389 (patch) | |
tree | 4cd19e30bb8c18b45050385beb6d649ab387f110 /wm/afterstep | |
parent | 539e18866153d50129cf0ca8feb001d421237cf7 (diff) | |
download | pkgsrc-a914f2fec97fb70a79d6101845af9aefa9d43389.tar.gz |
Tweak "DEPENDS": fix invalid dewey depends for rplay by bumping to
latest version, and add a comment explaining why asclock and xp
are set off from the others (they're not needed to build afterstep).
Diffstat (limited to 'wm/afterstep')
-rw-r--r-- | wm/afterstep/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index a7beaca0235..a2f6d3f8bc0 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/22 16:21:53 abs Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/25 12:36:16 fredb Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -13,7 +13,10 @@ HOMEPAGE= http://www.afterstep.org/ BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= rplay>=3.2.0b6:../../audio/rplay +DEPENDS+= rplay>=3.3.2:../../audio/rplay +# XXX +# XXX The following would be "RUN_DEPENDS," if we had such a thing. +# XXX DEPENDS+= asclock-[0-9]*:../../time/asclock DEPENDS+= xp-*:../../x11/xp |