Date: Thu, 25 Jun 2015 21:57:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390603 - head/graphics/xsane Message-ID: <201506252157.t5PLvnNX058355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506252157.t5PLvnNX058355>