From owner-svn-ports-all@FreeBSD.ORG Fri Sep 13 17:27:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 495926F5; Fri, 13 Sep 2013 17:27:08 +0000 (UTC) (envelope-from marino@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 36DF7207B; Fri, 13 Sep 2013 17:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DHR8JN038225; Fri, 13 Sep 2013 17:27:08 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8DHR7g0038223; Fri, 13 Sep 2013 17:27:07 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309131727.r8DHR7g0038223@svn.freebsd.org> From: John Marino Date: Fri, 13 Sep 2013 17:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327169 - in head: www/dillo2 x11/stjerm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 17:27:08 -0000 Author: marino Date: Fri Sep 13 17:27:07 2013 New Revision: 327169 URL: http://svnweb.freebsd.org/changeset/ports/327169 Log: Add explicit dependency on pkgconf (2 ports) Approved by: portmgr (bapt, implicit) Modified: head/www/dillo2/Makefile head/x11/stjerm/Makefile Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Fri Sep 13 17:14:53 2013 (r327168) +++ head/www/dillo2/Makefile Fri Sep 13 17:27:07 2013 (r327169) @@ -20,9 +20,9 @@ LICENSE= GPLv3 LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= dillo.1 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec CONFLICTS= dillo-i18n-[0-9]* \ Modified: head/x11/stjerm/Makefile ============================================================================== --- head/x11/stjerm/Makefile Fri Sep 13 17:14:53 2013 (r327168) +++ head/x11/stjerm/Makefile Fri Sep 13 17:27:07 2013 (r327169) @@ -15,7 +15,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL -I${LOCALBASE}/share/aclocal USE_GNOME= vte gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAN8= stjerm.8 LICENSE_FILE= ${WRKSRC}/COPYING