Date: Sat, 31 Aug 2013 13:04:58 +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: r325803 - in head: graphics/projectm-libvisual multimedia/gmerlin Message-ID: <201308311304.r7VD4wWf065978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Aug 31 13:04:58 2013 New Revision: 325803 URL: http://svnweb.freebsd.org/changeset/ports/325803 Log: Add an explicit dependency on pkgconf While here trim headers Modified: head/graphics/projectm-libvisual/Makefile head/multimedia/gmerlin/Makefile Modified: head/graphics/projectm-libvisual/Makefile ============================================================================== --- head/graphics/projectm-libvisual/Makefile Sat Aug 31 12:18:39 2013 (r325802) +++ head/graphics/projectm-libvisual/Makefile Sat Aug 31 13:04:58 2013 (r325803) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: projectM-libvisual -# Date created: 5 February 2010 -# Whom: utisoft@gmail.com -# +# Created by: utisoft@gmail.com # $FreeBSD$ -# PORTNAME= projectM-libvisual PORTVERSION= 2.0.1 @@ -20,7 +16,7 @@ LIB_DEPENDS= projectM:${PORTSDIR}/graphi visual-${LIBVISUAL_VER}:${PORTSDIR}/graphics/libvisual${LIBVISUAL_VER:S/.//} \ SDL:${PORTSDIR}/devel/sdl12 -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DLIBVISUAL_LIBRARIES=visual-${LIBVISUAL_VER} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/multimedia/gmerlin/Makefile ============================================================================== --- head/multimedia/gmerlin/Makefile Sat Aug 31 12:18:39 2013 (r325802) +++ head/multimedia/gmerlin/Makefile Sat Aug 31 13:04:58 2013 (r325803) @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= CDDB CDIO JACK JPEG LIB GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-v4l --disable-v4l2 --disable-v4lconvert \ --without-doxygen --with-cpuflags=none --disable-musicbrainz -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xfixes xinerama xv USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308311304.r7VD4wWf065978>