- Break cyclic dependency: this wants to depend on gimp-app, not gimp metaport
PR: ports/112539 Reported by: Robert Backhaus <robbak@westnet.com.au> Approved by: portmgr (implicit)
This commit is contained in:
parent
663be9585a
commit
ae69c742c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191592
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gimp-help
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
|
||||
|
@ -22,7 +22,7 @@ DISTNAME= ${PORTNAME}-2-${PORTVERSION}
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GIMP user's manual
|
||||
|
||||
LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp
|
||||
LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
|
|
Loading…
Reference in a new issue