diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:45:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:45:05 +0000 |
commit | 6b022e85e4a0cf727734b0539c00df5bd32575e0 (patch) | |
tree | 5f98ff6c8855ae78ea2a845d40728c1c67d654db /math | |
parent | f11a2038e09d16226f204815b9850053acff3089 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index 17cb1a7b57ed..ca2cb7b201ab 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sivp -# Date created: 2007-09-15 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# +# Created by: Max Brazhnikov <makc@issp.ac.ru> # $FreeBSD$ -# PORTNAME= sivp DISTVERSION= 1.0.0.r286 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${SCILAB_CMD}:${PORTSDIR}/math/scilab LIB_DEPENDS= opencv_legacy.2:${PORTSDIR}/graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:${PORTSDIR}/math/scilab +USES= pkgconfig USE_XZ= yes SCILAB_CMD= ${LOCALBASE}/bin/scilab |