Date: Mon, 2 Sep 2013 22:58:16 +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: r326113 - in head: cad/geda-gattrib cad/geda-netlist games/cheech irc/lostirc net-im/telepathy-salut science/gwyddion x11-toolkits/libsexymm Message-ID: <201309022258.r82MwG5J010680@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 22:58:16 2013 New Revision: 326113 URL: http://svnweb.freebsd.org/changeset/ports/326113 Log: Add an explicit dependency on pkgconf Modified: head/cad/geda-gattrib/Makefile head/cad/geda-netlist/Makefile head/games/cheech/Makefile head/irc/lostirc/Makefile head/net-im/telepathy-salut/Makefile head/science/gwyddion/Makefile head/x11-toolkits/libsexymm/Makefile Modified: head/cad/geda-gattrib/Makefile ============================================================================== --- head/cad/geda-gattrib/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-gattrib/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -21,6 +21,7 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 glib20 USE_GMAKE= yes INSTALLS_ICONS= yes Modified: head/cad/geda-netlist/Makefile ============================================================================== --- head/cad/geda-netlist/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-netlist/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnetlist -# Date created: 4 April 2001 -# Whom: bruno schwander <bruno@tinkerbox.org> -# +# Created by: bruno schwander <bruno@tinkerbox.org> # $FreeBSD$ -# PORTNAME= netlist PORTVERSION= 1.4.3 @@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 +USES= pkgconfig CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/games/cheech/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,6 +14,7 @@ COMMENT= Multiplayer Chinese Checkers ga LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env Modified: head/irc/lostirc/Makefile ============================================================================== --- head/irc/lostirc/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/irc/lostirc/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/net-im/telepathy-salut/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,7 +14,7 @@ LIB_DEPENDS= avahi-glib.1:${PORTSDIR}/ne soup-2.4.1:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USEs= pkgconfig +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack glib20 libxslt:build USE_OPENSSL= yes Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/science/gwyddion/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info pkgconfig USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_GMAKE= yes Modified: head/x11-toolkits/libsexymm/Makefile ============================================================================== --- head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -16,7 +16,7 @@ LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-too sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022258.r82MwG5J010680>