svn commit: r390603 - head/graphics/xsane

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 21:57:50 UTC 2015


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 at milibyte.co.uk, avg
  Approved by:	maintainer timeout (koalative at 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


More information about the svn-ports-head mailing list