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 /misc | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index b82407f9ba5..296b131ddc8 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2012/01/13 10:55:22 obache Exp $ +# $NetBSD: Makefile,v 1.59 2012/01/14 02:09:37 hans Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -22,7 +22,6 @@ LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= libpaper-[0-9]*:../../print/libpaper @@ -43,7 +42,7 @@ CONFLICTS+= openoffice2-bin-[0-9]* CONFLICTS+= openoffice3-bin-[0-9]* CONFLICTS+= openoffice-linux-[0-9]* -USE_TOOLS+= bash bison gmake imake perl pkg-config tar unzip +USE_TOOLS+= bash bison gmake imake perl pkg-config tar unzip zip PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |