diff options
author | joerg <joerg@pkgsrc.org> | 2010-06-15 22:19:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-06-15 22:19:15 +0000 |
commit | c8b3bf2f60c097c5502788bd1f893444d70b9148 (patch) | |
tree | 8e44fcb762fcbc7540b25296f012ddba2d9091f1 /misc | |
parent | 740c1662f78c2131ce9adf254b36c5b89a4f726d (diff) | |
download | pkgsrc-c8b3bf2f60c097c5502788bd1f893444d70b9148.tar.gz |
Use the tools framework for bison and unzip.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 50fd03d11ec..3ce75838a4b 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2010/06/13 22:45:02 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2010/06/15 22:19:15 joerg Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -22,9 +22,7 @@ LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip -BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= libpaper-[0-9]*:../../print/libpaper @@ -45,7 +43,7 @@ CONFLICTS+= openoffice2-bin-[0-9]* CONFLICTS+= openoffice3-bin-[0-9]* CONFLICTS+= openoffice-linux-[0-9]* -USE_TOOLS+= bash gmake imake perl pkg-config tar +USE_TOOLS+= bash bison gmake imake perl pkg-config tar unzip PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |