From owner-svn-ports-all@freebsd.org Thu Jun 25 21:57:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 019DA98C1F3; Thu, 25 Jun 2015 21:57:49 +0000 (UTC) (envelope-from amdmi3@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEED01015; Thu, 25 Jun 2015 21:57:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PLvnPg058356; Thu, 25 Jun 2015 21:57:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PLvnNX058355; Thu, 25 Jun 2015 21:57:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506252157.t5PLvnNX058355@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Jun 2015 21:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390603 - head/graphics/xsane 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.20 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: Thu, 25 Jun 2015 21:57:50 -0000 Author: amdmi3 Date: Thu Jun 25 21:57:49 2015 New Revision: 390603 URL: https://svnweb.freebsd.org/changeset/ports/390603 Log: - Fix dependency on gimp: this is in face lib-depend PR: 196000 Submitted by: jmc-freebsd2@milibyte.co.uk, avg Approved by: maintainer timeout (koalative@gmail.com, 7 months) Modified: head/graphics/xsane/Makefile Modified: head/graphics/xsane/Makefile ============================================================================== --- head/graphics/xsane/Makefile Thu Jun 25 21:06:39 2015 (r390602) +++ head/graphics/xsane/Makefile Thu Jun 25 21:57:49 2015 (r390603) @@ -3,7 +3,7 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ @@ -34,7 +34,7 @@ OPTIONS_DEFAULT= GIMP OPTIONS_SUB= yes -GIMP_RUN_DEPENDS= ${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app +GIMP_LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app GIMP_CONFIGURE_ENABLE= gimp2 gimp NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext