diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 19:15:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 19:15:34 +0000 |
commit | d102ba4a86f528a97dd4d9dd399a2d144cfd5284 (patch) | |
tree | 39857965a7e87433213cb7f7ba8ba4dab4e2dbc3 /emulators/m1 | |
parent | 8b84e7c454c5bfc77fc6842c794143c89cb27e7e (diff) | |
download | pkgsrc-d102ba4a86f528a97dd4d9dd399a2d144cfd5284.tar.gz |
Let's assume the packager knows what he was doing and require
the compat package. Bump revision, since the dependency list
changes for binary users.
Diffstat (limited to 'emulators/m1')
-rw-r--r-- | emulators/m1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile index b665d5bd609..ac77849dd45 100644 --- a/emulators/m1/Makefile +++ b/emulators/m1/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/26 19:15:34 joerg Exp $ # DISTNAME= m1074b2-lnx PKGNAME= m1-0.7.4c -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators audio MASTER_SITES= http://www.emuhype.com/files/ EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ COMMENT= Arcade video and pinball game sound emulator (Linux binary) .include "../../emulators/suse_linux/Makefile.application" .if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat .endif ONLY_FOR_PLATFORM= *-*-i386 |