diff options
author | fredb <fredb@pkgsrc.org> | 1999-11-14 20:19:03 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-11-14 20:19:03 +0000 |
commit | c6f862a9c26a3d6bc2481ece2a94c33bdce6e514 (patch) | |
tree | f212512c0a2d9d0a25420932ba26f46dd3ef345a /x11 | |
parent | e0e9872b9d5ac50156e3dfe71f758d3a0cd33d30 (diff) | |
download | pkgsrc-c6f862a9c26a3d6bc2481ece2a94c33bdce6e514.tar.gz |
No version numbers in BUILD_DEPENDS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/afterstep-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/afterstep-current/Makefile b/x11/afterstep-current/Makefile index 5fd5609ebb3..d57bfa78d97 100644 --- a/x11/afterstep-current/Makefile +++ b/x11/afterstep-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/11/14 18:51:35 fredb Exp $ +# $NetBSD: Makefile,v 1.15 1999/11/14 20:19:03 fredb Exp $ DISTNAME= AfterStep-1.7.142 PKGNAME= afterstep-1.7.157 @@ -37,6 +37,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= fb@enteract.com HOMEPAGE= http://www.afterstep.org/ +BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= asclock-1.0:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png @@ -44,7 +45,6 @@ DEPENDS+= rplay-3.2.0b6:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xp-1.2b10:../../x11/xp DEPENDS+= xpm-3.4k:../../graphics/xpm -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf DIST_SUBDIR= AfterStep GNU_CONFIGURE= yes |