diff options
author | abs <abs> | 2000-12-22 16:21:53 +0000 |
---|---|---|
committer | abs <abs> | 2000-12-22 16:21:53 +0000 |
commit | 271bbdb674992da200ba1aedbccc1fd496d734a3 (patch) | |
tree | 5049d7a659897578d482a53a46cf87e1b48e57b0 | |
parent | 800484794a4e84263d7ef1b0ecf4848f1c8b9f80 (diff) | |
download | pkgsrc-271bbdb674992da200ba1aedbccc1fd496d734a3.tar.gz |
Fix changed path to asclock
-rw-r--r-- | wm/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index debe2bf8d68..a7beaca0235 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/22 16:21:53 abs Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -14,7 +14,7 @@ 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+= asclock-[0-9]*:../../x11/asclock +DEPENDS+= asclock-[0-9]*:../../time/asclock DEPENDS+= xp-*:../../x11/xp GNU_CONFIGURE= YES |