aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-05-21 20:12:42 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-05-21 20:12:42 +0000
commitaa4f167586e9e94108fecad868ccab9f8b830236 (patch)
tree545019623be3631b4192f210302c21b02e937b56 /math/octave-forge
parent277080170b5376c1d8ea48494b653db0296c9038 (diff)
Notes
Diffstat (limited to 'math/octave-forge')
-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}