diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-14 03:23:32 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-14 03:23:32 +0800 |
commit | 6c9a99e517b4ffbfe126675a9c276b9a6a846766 (patch) | |
tree | a7b17d4f1fd9eadafa869d5ed21295878f126826 /editors/openoffice-1.1-devel/Makefile | |
parent | a8bd53f1dd9e1bb690a23173ce4a5bc0814d707a (diff) | |
download | freebsd-ports-gnome-6c9a99e517b4ffbfe126675a9c276b9a6a846766.tar.gz freebsd-ports-gnome-6c9a99e517b4ffbfe126675a9c276b9a6a846766.tar.zst freebsd-ports-gnome-6c9a99e517b4ffbfe126675a9c276b9a6a846766.zip |
Use CXX and CC, so we can specify cc295 and g++295 from ports. More
commits will follow.
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 0d27392347bc..5556075829d7 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= oo_${PORTVERSION}_src.tar.bz2 MAINTAINER= mbr@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +BUILD_DEPENDS+= ${LOCALBASE}/bin/gcc295:${PORTSDIR}/lang/gcc295 BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth @@ -46,7 +47,9 @@ CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \ --with-os-version=${OSVERSION} CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ - PTHREAD_LIBS=${PTHREAD_LIBS} + PTHREAD_LIBS=${PTHREAD_LIBS} \ + CC=gcc295 \ + CXX=g++295 .include <bsd.port.pre.mk> |