diff options
author | maho <maho@FreeBSD.org> | 2004-05-22 04:12:42 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-22 04:12:42 +0800 |
commit | 51e20de0ca64d970b894d8573ed18dd3e310be1c (patch) | |
tree | c99bccb32afedce186660478a374402c86cbc29b | |
parent | 98d470d004ea1342207adc03be8866cccd026d70 (diff) | |
download | freebsd-ports-graphics-51e20de0ca64d970b894d8573ed18dd3e310be1c.tar.gz freebsd-ports-graphics-51e20de0ca64d970b894d8573ed18dd3e310be1c.tar.zst freebsd-ports-graphics-51e20de0ca64d970b894d8573ed18dd3e310be1c.zip |
[1] broken for 4-STABLE
[2] add math/qhull
Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] and [2]
kris [1]
-rw-r--r-- | math/octave-forge/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 5cd94aaa5dc..e99ffa1ed74 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} |