diff options
author | abs <abs@pkgsrc.org> | 2000-12-22 16:21:53 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-12-22 16:21:53 +0000 |
commit | a6d1c2cdc251a1d2edf1643f6969d89e16912e2a (patch) | |
tree | 5049d7a659897578d482a53a46cf87e1b48e57b0 /wm/afterstep | |
parent | 3fde713fbe763609675dee4f5460ed2fd110ecfa (diff) | |
download | pkgsrc-a6d1c2cdc251a1d2edf1643f6969d89e16912e2a.tar.gz |
Fix changed path to asclock
Diffstat (limited to 'wm/afterstep')
-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 |