diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-17 20:43:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-17 20:43:40 +0000 |
commit | 215d6d00ab217fe6989cfb0b0e5210a0ea078a0a (patch) | |
tree | 6eb472beced1322dbe29a42a344000073dd96bb5 /devel/mono-tools | |
parent | 2035e1b32091a06b20c06662a0b6cba67b365c4e (diff) | |
download | pkgsrc-215d6d00ab217fe6989cfb0b0e5210a0ea078a0a.tar.gz |
Requires zip to build.
Diffstat (limited to 'devel/mono-tools')
-rw-r--r-- | devel/mono-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mono-tools/Makefile b/devel/mono-tools/Makefile index 5f7b9a9ecde..234bbd6ec13 100644 --- a/devel/mono-tools/Makefile +++ b/devel/mono-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2015/05/23 06:57:15 kefren Exp $ +# $NetBSD: Makefile,v 1.71 2015/06/17 20:43:40 joerg Exp $ DISTNAME= mono-tools-3.10 CATEGORIES= devel @@ -12,7 +12,7 @@ PKGCONFIG_OVERRIDE+= create-native-map/lib/pkgconfig/create-native-map.pc.in PKGCONFIG_OVERRIDE+= gendarme/framework/gendarme-framework.pc.in GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake msgfmt +USE_TOOLS+= pkg-config gmake msgfmt zip MAKE_JOBS_SAFE= no |