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 /www/nvu/Makefile | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r-- | www/nvu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index e71830fa9b0..6f0d7e7a2eb 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/04/22 13:44:59 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/01/14 02:09:38 hans Exp $ # DISTNAME= nvu-1.0-sources @@ -12,14 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nvu.com/ COMMENT= Web Authoring System -BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/mozilla GNU_CONFIGURE= yes CONFIGURE_ENV+= ORBIT_CONFIG=orbit2-config -USE_TOOLS+= gmake perl pkg-config unzip +USE_TOOLS+= gmake perl pkg-config unzip zip USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= build/unix/mozilla-gtkmozembed.pc.in |