From 78647a51f741416b072d15e2691caa5b53bbd6a3 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 13 Mar 2002 19:19:41 +0000 Subject: Make portlint happy. Add USE_XLIB Submitted by: demon --- editors/openoffice/Makefile | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'editors/openoffice/Makefile') diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index ebd4f92ae8e8..0af457eb28c2 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -7,33 +7,34 @@ PORTNAME= openoffice PORTVERSION= 641c -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= http://sf1.mirror.openoffice.org/641c/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ http://people.freebsd.org/~mbr/distfiles/ DISTFILES= oo_${PORTVERSION}_src.tar.bz2 gpc231.tar.Z oo_moz_641.tar.gz EXTRACT_ONLY= oo_${PORTVERSION}_src.tar.bz2 -EXTRACT_REST= gpc231.tar.Z oo_moz_641.tar.gz MAINTAINER= mbr@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 +LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth + BROKEN= 'Work in progress -- does not build yet till the end' -USE_BZIP2= yes +USE_XLIB= yes +USE_BZIP2= yes +USE_BISON= yes +USE_GMAKE= yes EXTRACT_BEFORE_ARGS_R= -dc EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - EXTRACT_CMD_R= ${GZIP_CMD} +EXTRACT_REST= gpc231.tar.Z oo_moz_641.tar.gz GCC_VERSION!= ${CC} --version JDK13DIR?= ${LOCALBASE}/jdk1.3.1 JAVAVM= ${JDK13DIR}/bin/java -BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison -BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip -BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 -BUILD_DEPENDS+= pth-config:${PORTSDIR}/devel/pth - GNU_CONFIGURE= yes USE_AUTOCONF= yes WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office -- cgit v1.2.3