From 51e20de0ca64d970b894d8573ed18dd3e310be1c Mon Sep 17 00:00:00 2001 From: maho Date: Fri, 21 May 2004 20:12:42 +0000 Subject: [1] broken for 4-STABLE [2] add math/qhull Submitted by: Kay Lehmann [1] and [2] kris [1] --- math/octave-forge/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 5cd94aaa5dca..e99ffa1ed74f 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -15,8 +15,10 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Many additional features to math/octave BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \ + ${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull \ ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave -RUN_DEPENDS= ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave +RUN_DEPENDS= ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \ + ${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull USE_GMAKE= yes GNU_CONFIGURE= yes @@ -28,7 +30,7 @@ CONFIGURE_ARGS= --with-cc=${CC} \ .include .if ${OSVERSION} < 501000 -USE_GCC=3.3 +BROKEN= "texinfo problem" .endif GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -- cgit