From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:41:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E830B97; Fri, 6 Sep 2013 10:41:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C28D20BE; Fri, 6 Sep 2013 10:41:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86Af2So097776; Fri, 6 Sep 2013 10:41:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Af29f097771; Fri, 6 Sep 2013 10:41:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061041.r86Af29f097771@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 10:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326485 - in head: games/secretmaryochronicles x11/libgnome-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 10:41:03 -0000 Author: bapt Date: Fri Sep 6 10:41:02 2013 New Revision: 326485 URL: http://svnweb.freebsd.org/changeset/ports/326485 Log: Add an explicit dependency on pkgconf Modified: head/games/secretmaryochronicles/Makefile head/x11/libgnome-java/Makefile Modified: head/games/secretmaryochronicles/Makefile ============================================================================== --- head/games/secretmaryochronicles/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/games/secretmaryochronicles/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -19,10 +19,9 @@ LIB_DEPENDS= CEGUIBase-0.7.9:${PORTSDIR} USE_BZIP2= yes USE_AUTOTOOLS= aclocal:env autoheader:env autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=3 Modified: head/x11/libgnome-java/Makefile ============================================================================== --- head/x11/libgnome-java/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/x11/libgnome-java/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -15,8 +15,8 @@ COMMENT= Java wrapper for GNOME 2 BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes