diff options
author | makc <makc@FreeBSD.org> | 2010-02-26 19:48:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-02-26 19:48:31 +0800 |
commit | 348d39973a4956de08db6693dc1865099b7845ca (patch) | |
tree | 1eadd0790cc7ad02f9a6f4cee48fd64fd6e630f4 | |
parent | 674e55cd58049887f50edaa425148b7c99ce3c6d (diff) | |
download | freebsd-ports-gnome-348d39973a4956de08db6693dc1865099b7845ca.tar.gz freebsd-ports-gnome-348d39973a4956de08db6693dc1865099b7845ca.tar.zst freebsd-ports-gnome-348d39973a4956de08db6693dc1865099b7845ca.zip |
IGNORE with scilab 5
Fix spaces/tabs
Feature safe: yes
-rw-r--r-- | math/scilab-toolbox-swt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/scilab-toolbox-swt/Makefile b/math/scilab-toolbox-swt/Makefile index a6167edbf807..8c83adab8596 100644 --- a/math/scilab-toolbox-swt/Makefile +++ b/math/scilab-toolbox-swt/Makefile @@ -19,6 +19,8 @@ COMMENT= Scilab 1-D and 2-D Wavelet Toolbox BUILD_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE= doesn't build with Scilab 5.2 + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} SCILABDIR?= lib/scilab @@ -31,7 +33,7 @@ CONFIGURE_ENV+= SCI="${LOCALBASE}/${SCILABDIR}" PLIST_SUB= TOOLBOXDIR=${TOOLBOXDIR} -OPTIONS= SIVP "Enable Image and Video support" off +OPTIONS= SIVP "Enable Image and Video support" off .include <bsd.port.pre.mk> |