diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:45:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:45:05 +0800 |
commit | 6cbf24ef1cde33933a4c247ba2bd48ccbc5c059a (patch) | |
tree | 5f98ff6c8855ae78ea2a845d40728c1c67d654db /math | |
parent | 8e8a3939cd81bba3f5a330447902bbef9c2d376a (diff) | |
download | freebsd-ports-gnome-6cbf24ef1cde33933a4c247ba2bd48ccbc5c059a.tar.gz freebsd-ports-gnome-6cbf24ef1cde33933a4c247ba2bd48ccbc5c059a.tar.zst freebsd-ports-gnome-6cbf24ef1cde33933a4c247ba2bd48ccbc5c059a.zip |
Add an explicit dependency on pkgconf
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 |