Date: Fri, 6 Sep 2013 20:31:51 +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: r326545 - in head: deskutils/tomboy-plugin-todo multimedia/mpv net/openmpi Message-ID: <201309062031.r86KVpq2064973@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@blogreen.org> -# +# Created by: Romain Tartiere <romain@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062031.r86KVpq2064973>