svn commit: r325925 - head/math/scilab-toolbox-sivp

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:45:05 UTC 2013


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 at issp.ac.ru>
-#
+# Created by: Max Brazhnikov <makc at 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


More information about the svn-ports-all mailing list