Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 05:16:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362400 - head/print/gutenprint-base
Message-ID:  <201407210516.s6L5Gr56010162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jul 21 05:16:53 2014
New Revision: 362400
URL: http://svnweb.freebsd.org/changeset/ports/362400
QAT: https://qat.redports.org/buildarchive/r362400/

Log:
  Fix LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/print/gutenprint-base/Makefile

Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile	Mon Jul 21 05:07:59 2014	(r362399)
+++ head/print/gutenprint-base/Makefile	Mon Jul 21 05:16:53 2014	(r362400)
@@ -38,7 +38,7 @@ MAN1+=		escputil.1
 
 .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp"
 LIB_DEPENDS+=	libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \
-		gutenprint.3:${PORTSDIR}/print/gutenprint-base
+		libgutenprint.so:${PORTSDIR}/print/gutenprint-base
 CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS
 BUILD_WRKSRC=	${WRKSRC}/src/gimp2
 INSTALL_WRKSRC=	${WRKSRC}/src/gimp2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407210516.s6L5Gr56010162>