diff options
author | tron <tron> | 2000-04-20 22:45:50 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-20 22:45:50 +0000 |
commit | fdad1bdd795d34f4fbde6f5a52c8e57a0ef712b1 (patch) | |
tree | 41a4ab41112d444c5107f266a618f4ac1b156d6d /emulators/xmame | |
parent | 3afccf7c2038ab050b44d2752b65dbc1fe8085ef (diff) | |
download | pkgsrc-fdad1bdd795d34f4fbde6f5a52c8e57a0ef712b1.tar.gz |
Depend on "unzip" 5.40 or newer.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 678424b8187..f59a49fd1f0 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/03/14 11:42:47 soren Exp $ +# $NetBSD: Makefile,v 1.36 2000/04/20 22:45:50 tron Exp $ # DISTNAME= xmame-0.36b16.1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= soren@netbsd.org HOMEPAGE= http://x.mame.net/ -DEPENDS= unzip-5.40:../../archivers/unzip +DEPENDS= unzip>=5.40:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes |