Goffice support in cutter was switched from 0.6 to 0.8. For more info see NEWS file in cutter tarball. Update libdepend line.
Responsible Changed From-To: freebsd-ports-bugs->romain Over to maintainer (via the GNATS Auto Assign Tool)
Author: romain Date: Fri Mar 15 16:51:43 2013 New Revision: 314318 URL: http://svnweb.freebsd.org/changeset/ports/314318 Log: Fix goffice dependency. PR: ports/176885 Submitted by: kwm Modified: head/devel/cutter/Makefile Modified: head/devel/cutter/Makefile ============================================================================== --- head/devel/cutter/Makefile Fri Mar 15 16:45:47 2013 (r314317) +++ head/devel/cutter/Makefile Fri Mar 15 16:51:43 2013 (r314318) @@ -3,6 +3,7 @@ PORTNAME= cutter PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -39,7 +40,8 @@ post-install: .if ${PORT_OPTIONS:MGOFFICE} CONFIGURE_ARGS+=--enable-goffice -LIB_DEPENDS+= goffice-0.6:${PORTSDIR}/devel/goffice06 +# the 0.8 is part of the library name don't remove it. +LIB_DEPENDS+= goffice-0.8:${PORTSDIR}/devel/goffice PLIST_SUB+= GOFFICE="" .else CONFIGURE_ARGS+=--disable-goffice _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!