diff options
author | abs <abs@pkgsrc.org> | 1999-04-06 02:03:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-04-06 02:03:00 +0000 |
commit | a05dffe16129a85b703bcb5495d20c2d67d7affa (patch) | |
tree | 19b65ab0ddbae3ac90edd54bdbf1d22adbd7f3b5 /emulators | |
parent | 477418a0168449378210fd4afa260f8bfe7a9235 (diff) | |
download | pkgsrc-a05dffe16129a85b703bcb5495d20c2d67d7affa.tar.gz |
Update DEPENDS to catch up with other packages' version changes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile index b75ad753fe7..c8c5b2f8637 100644 --- a/emulators/compat11/Makefile +++ b/emulators/compat11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/08/20 15:16:52 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/06 02:03:01 abs Exp $ # DISTNAME= compat11 @@ -9,7 +9,7 @@ EXTRACT_SUFX= _${ARCH}.tgz MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.1/index.html -DEPENDS+= compat12:../../emulators/compat12 +DEPENDS+= compat12-1.2.1:../../emulators/compat12 ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 |