diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /emulators/Cygne-SDL | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'emulators/Cygne-SDL')
-rw-r--r-- | emulators/Cygne-SDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index a281dd49616..afba5fec2f3 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/14 02:09:36 hans Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -12,7 +12,6 @@ HOMEPAGE= http://icculus.org/Cygne-SDL/ COMMENT= Bandai Wonderswan Color handheld emulator BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm -BUILD_DEPENDS+= zip>=2.0:../../archivers/zip PKG_DESTDIR_SUPPORT= user-destdir @@ -21,6 +20,7 @@ MAKE_FILE= Makefiles/Makefile.unix NO_CONFIGURE= yes BUILD_DIRS= src USE_LANGUAGES= c c++ +USE_TOOLS+= zip # Uses i386 assembly code ONLY_FOR_PLATFORM= *-*-i386 |