aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-05-22 04:12:42 +0800
committermaho <maho@FreeBSD.org>2004-05-22 04:12:42 +0800
commit51e20de0ca64d970b894d8573ed18dd3e310be1c (patch)
treec99bccb32afedce186660478a374402c86cbc29b /math
parent98d470d004ea1342207adc03be8866cccd026d70 (diff)
downloadfreebsd-ports-51e20de0ca64d970b894d8573ed18dd3e310be1c.tar.gz
freebsd-ports-51e20de0ca64d970b894d8573ed18dd3e310be1c.tar.zst
freebsd-ports-51e20de0ca64d970b894d8573ed18dd3e310be1c.zip
[1] broken for 4-STABLE
[2] add math/qhull Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] and [2] kris [1]
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk>
.if ${OSVERSION} < 501000
-USE_GCC=3.3
+BROKEN= "texinfo problem"
.endif
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}