From owner-svn-ports-head@FreeBSD.ORG Mon Mar 11 08:23:46 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]) by hub.freebsd.org (Postfix) with ESMTP id AACB8B07; Mon, 11 Mar 2013 08:23:46 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9842CD57; Mon, 11 Mar 2013 08:23:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2B8NkTE053746; Mon, 11 Mar 2013 08:23:46 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2B8Nkmn053745; Mon, 11 Mar 2013 08:23:46 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303110823.r2B8Nkmn053745@svn.freebsd.org> From: Koop Mast Date: Mon, 11 Mar 2013 08:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313859 - head/graphics/colord 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: Mon, 11 Mar 2013 08:23:46 -0000 Author: kwm Date: Mon Mar 11 08:23:46 2013 New Revision: 313859 URL: http://svnweb.freebsd.org/changeset/ports/313859 Log: Fix inverted OPTION logic [1], while here replace gnomehack with USES=pathfix. Submitted by: Jonathan Chen Modified: head/graphics/colord/Makefile Modified: head/graphics/colord/Makefile ============================================================================== --- head/graphics/colord/Makefile Mon Mar 11 07:39:15 2013 (r313858) +++ head/graphics/colord/Makefile Mon Mar 11 08:23:46 2013 (r313859) @@ -18,7 +18,8 @@ LIB_DEPENDS= polkit-gobject-1:${PORTSDIR lcms2:${PORTSDIR}/graphics/lcms2 USE_XZ= yes -USE_GNOME= gnomehier gnomehack glib20 intlhack +USE_GNOME= gnomehier glib20 intlhack +USES= pathfix USE_GMAKE= yes USE_GETTEXT= yes USE_SQLITE= yes @@ -36,10 +37,10 @@ OPTIONS_DEFINE= SANE MANPAGES .include .if ${PORT_OPTIONS:MSANE} -CONFIGURE_ARGS+=--disable-sane -.else CONFGIURE_ARGS+=--enable-sane=yes -LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends +LIB_DEPENDS+= sane:${PORTSDIR}/graphics/sane-backends +.else +CONFIGURE_ARGS+=--disable-sane .endif .if ${PORT_OPTIONS:MMANPAGES}