From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 19:09:05 2013 Return-Path: Delivered-To: svn-ports-head@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 18678700; Fri, 9 Aug 2013 19:09:05 +0000 (UTC) (envelope-from sunpoet@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 05AB72B61; Fri, 9 Aug 2013 19:09:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r79J94Mc079391; Fri, 9 Aug 2013 19:09:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r79J94Ae079390; Fri, 9 Aug 2013 19:09:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308091909.r79J94Ae079390@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Aug 2013 19:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324456 - head/net/gssdp 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, 09 Aug 2013 19:09:05 -0000 Author: sunpoet Date: Fri Aug 9 19:09:04 2013 New Revision: 324456 URL: http://svnweb.freebsd.org/changeset/ports/324456 Log: - Make use of USE_GNOME=introspection - Make use of USES=gmake Modified: head/net/gssdp/Makefile Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Fri Aug 9 19:01:58 2013 (r324455) +++ head/net/gssdp/Makefile Fri Aug 9 19:09:04 2013 (r324456) @@ -20,11 +20,10 @@ OPTIONS_DEFAULT=GTK3 CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_XZ= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig .include