Date: Sun, 1 Sep 2013 22:45:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325925 - head/math/scilab-toolbox-sivp Message-ID: <201309012245.r81Mj5kQ044080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Sep 1 22:45:05 2013 New Revision: 325925 URL: http://svnweb.freebsd.org/changeset/ports/325925 Log: Add an explicit dependency on pkgconf Modified: head/math/scilab-toolbox-sivp/Makefile Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Sun Sep 1 22:40:22 2013 (r325924) +++ head/math/scilab-toolbox-sivp/Makefile Sun Sep 1 22:45:05 2013 (r325925) @@ -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} 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012245.r81Mj5kQ044080>