svn commit: r326545 - in head: deskutils/tomboy-plugin-todo multimedia/mpv net/openmpi
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 6 20:31:51 UTC 2013
Author: bapt
Date: Fri Sep 6 20:31:50 2013
New Revision: 326545
URL: http://svnweb.freebsd.org/changeset/ports/326545
Log:
Add an explicit dependency on pkgconf
Modified:
head/deskutils/tomboy-plugin-todo/Makefile
head/multimedia/mpv/Makefile
head/net/openmpi/Makefile
Modified: head/deskutils/tomboy-plugin-todo/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-todo/Makefile Fri Sep 6 20:18:26 2013 (r326544)
+++ head/deskutils/tomboy-plugin-todo/Makefile Fri Sep 6 20:31:50 2013 (r326545)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tomboy-plugin-todo
-# Date created: 2009-06-09
-# Whom: Romain Tartiere <romain at blogreen.org>
-#
+# Created by: Romain Tartiere <romain at blogreen.org>
# $FreeBSD$
-#
PORTNAME= tomboy-plugin-todo
PORTVERSION= 1.0.0
@@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
.include <bsd.port.mk>
Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile Fri Sep 6 20:18:26 2013 (r326544)
+++ head/multimedia/mpv/Makefile Fri Sep 6 20:31:50 2013 (r326545)
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multi
RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
USE_XZ= yes
-USES= gmake iconv
+USES= gmake iconv pkgconfig
USE_XORG= x11 xv xxf86vm
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile Fri Sep 6 20:18:26 2013 (r326544)
+++ head/net/openmpi/Makefile Fri Sep 6 20:31:50 2013 (r326545)
@@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/
USE_BZIP2= yes
HAS_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
MPIBASE?= mpi
MPIDIR?= ${MPIBASE}/${UNIQUENAME}
More information about the svn-ports-head
mailing list