svn commit: r362400 - head/print/gutenprint-base

Antoine Brodin antoine at FreeBSD.org
Mon Jul 21 05:16:54 UTC 2014


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


More information about the svn-ports-all mailing list