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 /www/nvu | |
parent | 23b60a2735b7dcc03c2310ae965e41acb849086e (diff) | |
download | pkgsrc-c44aeab8e78ae8b614c60c9fe2caac5b0b19a260.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'www/nvu')
-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 |