diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | e9a15cf60cb0df818817d9787d8349256ab361f3 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /wm | |
parent | 3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff) | |
download | pkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'wm')
-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 688f3c23978..a42b7a7b482 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/16 15:21:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/08/27 14:35:15 tron Exp $ DISTNAME= AfterStep-1.8.9 PKGNAME= afterstep-1.8.9 @@ -11,7 +11,7 @@ MAINTAINER= fredb@netbsd.org HOMEPAGE= http://www.afterstep.org/ COMMENT= NeXT-like window manager for X11 -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf # XXX # XXX The following would be "RUN_DEPENDS," if we had such a thing. # XXX |