Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 16:29:31 +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: r326027 - in head: deskutils/devd-notifier devel/libgalago
Message-ID:  <201309021629.r82GTV2S075339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 16:29:30 2013
New Revision: 326027
URL: http://svnweb.freebsd.org/changeset/ports/326027

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/deskutils/devd-notifier/Makefile
  head/devel/libgalago/Makefile

Modified: head/deskutils/devd-notifier/Makefile
==============================================================================
--- head/deskutils/devd-notifier/Makefile	Mon Sep  2 16:23:41 2013	(r326026)
+++ head/deskutils/devd-notifier/Makefile	Mon Sep  2 16:29:30 2013	(r326027)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   devd-notifier
-# Date created:                March 30, 2012
-# Whom:                        Florian Unglaub <f.unglaub@googlemail.com>
-#
+# Created by: Florian Unglaub <f.unglaub@googlemail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	devd-notifier
 PORTVERSION=	0.1
@@ -20,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
 
+USES=		pkgconfig
 MAN1=		devd-notifier.1
 PLIST_FILES=	bin/devd-notifier
 MANCOMPRESSED=	yes

Modified: head/devel/libgalago/Makefile
==============================================================================
--- head/devel/libgalago/Makefile	Mon Sep  2 16:23:41 2013	(r326026)
+++ head/devel/libgalago/Makefile	Mon Sep  2 16:29:30 2013	(r326027)
@@ -14,7 +14,7 @@ LIB_PC_DEPENDS=	dbus-glib-1.pc:${PORTSDI
 BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 
-USES=	pathfix gettext
+USES=	pathfix gettext pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-tests



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021629.r82GTV2S075339>