diff options
author | agc <agc@pkgsrc.org> | 1999-10-28 10:07:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-28 10:07:42 +0000 |
commit | 77a57f36b7bdc65d96f802b31c13d4648bbb6bf6 (patch) | |
tree | 0d71952ae07ca0d1452e6f2599f3e8681545f7c7 /x11/afterstep | |
parent | f9aa3ed19b5c106dd9692599f4a69428840116da (diff) | |
download | pkgsrc-77a57f36b7bdc65d96f802b31c13d4648bbb6bf6.tar.gz |
Correct the version number of asclock in the DEPENDS section.
Diffstat (limited to 'x11/afterstep')
-rw-r--r-- | x11/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index b721982217c..ae716ae31c3 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/06/12 21:51:37 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/10/28 10:07:42 agc Exp $ DISTNAME= AfterStep-1.6.10 PKGNAME= afterstep-1.6.10 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.afterstep.org/ -DEPENDS+= asclock-11:../../x11/asclock +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 |