diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-31 09:26:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-31 09:26:41 +0000 |
commit | 555b3d6cc9aebb6f05f931ccc305987f4d60f6a1 (patch) | |
tree | a2aa712fb4ac417c39f4b0396963bdf33d48af8c /math/scilab-toolbox-sivp | |
parent | d4bb6ea2b035184f92098d1864207e7dc191f08a (diff) | |
download | ports-555b3d6cc9aebb6f05f931ccc305987f4d60f6a1.tar.gz ports-555b3d6cc9aebb6f05f931ccc305987f4d60f6a1.zip |
Notes
Diffstat (limited to 'math/scilab-toolbox-sivp')
-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} |