svn commit: r326027 - in head: deskutils/devd-notifier devel/libgalago
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 2 16:29:31 UTC 2013
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 at googlemail.com>
-#
+# Created by: Florian Unglaub <f.unglaub at 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
More information about the svn-ports-head
mailing list