Date: Wed, 11 Sep 2013 09:36:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326957 - in head: audio/zynaddsubfx comms/gammu-devel games/wesnoth textproc/wv2 x11-toolkits/mygui x11-wm/pawm Message-ID: <201309110936.r8B9amiO092798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Sep 11 09:36:48 2013 New Revision: 326957 URL: http://svnweb.freebsd.org/changeset/ports/326957 Log: Add explicit dependency on pkgconf (6 ports) Modified: head/audio/zynaddsubfx/Makefile head/comms/gammu-devel/Makefile head/games/wesnoth/Makefile head/textproc/wv2/Makefile head/x11-toolkits/mygui/Makefile head/x11-wm/pawm/Makefile Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/audio/zynaddsubfx/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -22,7 +22,7 @@ DSSI_DESC= DSSI Plugin LO_DESC= Open Sound Control support via LibLO USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig PORTDOCS= * PORTEXAMPLES= * Modified: head/comms/gammu-devel/Makefile ============================================================================== --- head/comms/gammu-devel/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/comms/gammu-devel/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gammu-devel -# Date created: 2009-10-15 -# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gammu PORTVERSION= 1.31.90 @@ -23,7 +19,7 @@ CONFLICTS= gammu-[1-9]* gammu-python-[1- CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata -USES= cmake gettext +USES= cmake gettext pkgconfig USE_PYTHON= yes USE_GNOME= glib20 USE_BZIP2= yes Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/games/wesnoth/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -20,7 +20,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de USE_SDL= image mixer net ttf USE_GNOME= pango desktopfileutils USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DMANDIR="man" MAN6= wesnoth.6 Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/textproc/wv2/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -12,7 +12,7 @@ COMMENT= A library providing routines to USE_GNOME= libgsf USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/x11-toolkits/mygui/Makefile ============================================================================== --- head/x11-toolkits/mygui/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/x11-toolkits/mygui/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMai ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois USE_ZIP= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes USE_GCC= yes Modified: head/x11-wm/pawm/Makefile ============================================================================== --- head/x11-wm/pawm/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/x11-wm/pawm/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -11,7 +11,7 @@ COMMENT= The Puto Amo Window Manager USE_BZIP2= yes USE_XORG= x11 xft xrandr xrender xpm -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \ -DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110936.r8B9amiO092798>