diff options
author | hans <hans> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 02:09:35 +0000 |
commit | c44aeab8e78ae8b614c60c9fe2caac5b0b19a260 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /emulators | |
parent | 23b60a2735b7dcc03c2310ae965e41acb849086e (diff) | |
download | pkgsrc-c44aeab8e78ae8b614c60c9fe2caac5b0b19a260.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'emulators')
-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 |