svn commit: r325990 - in head: audio/libmp3splt devel/py-yum-metadata-parser textproc/gdome2

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 13:16:02 UTC 2013


Author: bapt
Date: Mon Sep  2 13:16:00 2013
New Revision: 325990
URL: http://svnweb.freebsd.org/changeset/ports/325990

Log:
  Add an explicit dependency on pkgconfig

Modified:
  head/audio/libmp3splt/Makefile
  head/devel/py-yum-metadata-parser/Makefile
  head/textproc/gdome2/Makefile

Modified: head/audio/libmp3splt/Makefile
==============================================================================
--- head/audio/libmp3splt/Makefile	Mon Sep  2 13:08:55 2013	(r325989)
+++ head/audio/libmp3splt/Makefile	Mon Sep  2 13:16:00 2013	(r325990)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-cutter --disable-doxygen_doc
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libltdl
 

Modified: head/devel/py-yum-metadata-parser/Makefile
==============================================================================
--- head/devel/py-yum-metadata-parser/Makefile	Mon Sep  2 13:08:55 2013	(r325989)
+++ head/devel/py-yum-metadata-parser/Makefile	Mon Sep  2 13:16:00 2013	(r325990)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-yum-metadata-parser
-# Date created:		22 August 2010
-# Whom:			Anders F Bjorklund <afb at rpm5.org>
-#
+# Created by: Anders F Bjorklund <afb at rpm5.org>
 # $FreeBSD$
-#
 
 PORTNAME=	yum-metadata-parser
 PORTVERSION=	1.1.4
@@ -18,6 +14,7 @@ LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/l
 		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
 		glib-2.0:${PORTSDIR}/devel/glib20
 
+USES=		pkgconfig
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 

Modified: head/textproc/gdome2/Makefile
==============================================================================
--- head/textproc/gdome2/Makefile	Mon Sep  2 13:08:55 2013	(r325989)
+++ head/textproc/gdome2/Makefile	Mon Sep  2 13:16:00 2013	(r325990)
@@ -13,7 +13,7 @@ COMMENT=	Gnome DOM Engine
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_AUTOTOOLS=	libtool
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0"


More information about the svn-ports-all mailing list