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 /games | |
parent | 23b60a2735b7dcc03c2310ae965e41acb849086e (diff) | |
download | pkgsrc-c44aeab8e78ae8b614c60c9fe2caac5b0b19a260.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'games')
-rw-r--r-- | games/warzone2100/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 768f54fc7ed..070c19b8dee 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/11/01 06:01:22 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/01/14 02:09:36 hans Exp $ # DISTNAME= warzone2100-2.2.2 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wz2100.net/ COMMENT= Real-time strategy and real-time tactics hybrid computer game -BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf @@ -18,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config bison msgfmt intltool gmake gawk flex +USE_TOOLS+= pkg-config bison msgfmt intltool gmake gawk flex zip CONFIGURE_ARGS+= --with-distributor=pkgsrc |