svn commit: r325803 - in head: graphics/projectm-libvisual multimedia/gmerlin
Baptiste Daroussin
bapt at FreeBSD.org
Sat Aug 31 13:04:59 UTC 2013
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 at gmail.com
-#
+# Created by: utisoft at 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
More information about the svn-ports-head
mailing list