mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix goffice dependency.
PR: ports/176885 Submitted by: kwm
This commit is contained in:
parent
911c27a74b
commit
317ef9f1e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314318
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user