diff options
author | fredb <fredb> | 2000-06-01 14:53:15 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-06-01 14:53:15 +0000 |
commit | 41752b7c1a03f397468854cc1aa1990c17a7a830 (patch) | |
tree | 646d0024f295a71f79aa9afd9b35f279503d5121 /x11 | |
parent | 4dde46b8a77fe858b46f80e3711ffe6a46e20194 (diff) | |
download | pkgsrc-41752b7c1a03f397468854cc1aa1990c17a7a830.tar.gz |
Fix ambiguous dewey depends: jpeg>=6b -> jpeg-6b.
Diffstat (limited to 'x11')
-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 c2d255ed640..1f9a37e8a19 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/06/01 11:23:43 rh Exp $ +# $NetBSD: Makefile,v 1.22 2000/06/01 14:53:15 fredb Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -11,7 +11,7 @@ MAINTAINER= fb@enteract.com HOMEPAGE= http://www.afterstep.org/ BUILD_DEPENDS+= autoconf:../../devel/autoconf -DEPENDS+= jpeg>=6b:../../graphics/jpeg +DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= rplay>=3.2.0b6:../../audio/rplay DEPENDS+= xpm-3.4k:../../graphics/xpm |