From 6cbf24ef1cde33933a4c247ba2bd48ccbc5c059a Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 1 Sep 2013 22:45:05 +0000 Subject: Add an explicit dependency on pkgconf --- math/scilab-toolbox-sivp/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'math') 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 -# +# Created by: Max Brazhnikov # $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 -- cgit