diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-31 17:26:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-31 17:26:41 +0800 |
commit | 326167af5ebad5c9507133e396c44e3602a0e298 (patch) | |
tree | 7939f77d5b39f0b7d382a808cb297e5d41ac2cf7 /math | |
parent | 10016600f518b34a5ff6be6bf7465521d25435c0 (diff) | |
download | freebsd-ports-gnome-326167af5ebad5c9507133e396c44e3602a0e298.tar.gz freebsd-ports-gnome-326167af5ebad5c9507133e396c44e3602a0e298.tar.zst freebsd-ports-gnome-326167af5ebad5c9507133e396c44e3602a0e298.zip |
Mark BROKEN: does not build
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index f88b6d47512f..2d756ed33214 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab \ LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv RUN_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab +BROKEN= does not build + SCILABDIR?= lib/scilab CONTRIBDIR?= ${SCILABDIR}/contrib TOOLBOXDIR?= ${CONTRIBDIR}/${PORTNAME} |