summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libmp3splt/Makefile2
-rw-r--r--devel/py-yum-metadata-parser/Makefile7
-rw-r--r--textproc/gdome2/Makefile2
3 files changed, 4 insertions, 7 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile
index e9417f82b72f..f5f6300c359b 100644
--- a/audio/libmp3splt/Makefile
+++ b/audio/libmp3splt/Makefile
@@ -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
diff --git a/devel/py-yum-metadata-parser/Makefile b/devel/py-yum-metadata-parser/Makefile
index 7307a20aa9de..e8e90c3c3a02 100644
--- a/devel/py-yum-metadata-parser/Makefile
+++ b/devel/py-yum-metadata-parser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-yum-metadata-parser
-# Date created: 22 August 2010
-# Whom: Anders F Bjorklund <afb@rpm5.org>
-#
+# Created by: Anders F Bjorklund <afb@rpm5.org>
# $FreeBSD$
-#
PORTNAME= yum-metadata-parser
PORTVERSION= 1.1.4
@@ -18,6 +14,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
glib-2.0:${PORTSDIR}/devel/glib20
+USES= pkgconfig
USE_PYTHON= yes
USE_PYDISTUTILS=yes
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 3fb8e85d700f..8160a4f48c4c 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -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"