svn commit: r314318 - head/devel/cutter
Romain Tartière
romain at FreeBSD.org
Fri Mar 15 16:51:44 UTC 2013
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
More information about the svn-ports-head
mailing list