From owner-svn-ports-head@FreeBSD.ORG Mon Dec 30 18:46:16 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 ESMTPS id 2A6E3DBA; Mon, 30 Dec 2013 18:46:16 +0000 (UTC) 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 164DE14A1; Mon, 30 Dec 2013 18:46:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUIkFJ8061561; Mon, 30 Dec 2013 18:46:15 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUIkFEQ061560; Mon, 30 Dec 2013 18:46:15 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312301846.rBUIkFEQ061560@svn.freebsd.org> From: Antoine Brodin Date: Mon, 30 Dec 2013 18:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338160 - head/cad/geda-gattrib 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.17 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: Mon, 30 Dec 2013 18:46:16 -0000 Author: antoine Date: Mon Dec 30 18:46:15 2013 New Revision: 338160 URL: http://svnweb.freebsd.org/changeset/ports/338160 Log: - Stage support - Uses desktop-file-utils Modified: head/cad/geda-gattrib/Makefile Modified: head/cad/geda-gattrib/Makefile ============================================================================== --- head/cad/geda-gattrib/Makefile Mon Dec 30 18:39:48 2013 (r338159) +++ head/cad/geda-gattrib/Makefile Mon Dec 30 18:46:15 2013 (r338160) @@ -21,16 +21,14 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes -USES= pkgconfig +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 glib20 -USE_GMAKE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \ --disable-update-desktop-database CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS}