diff options
author | pav <pav@FreeBSD.org> | 2007-05-22 05:24:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-22 05:24:25 +0800 |
commit | 508905b038210ffc14bd114240f289922ca3397e (patch) | |
tree | 1f795a08371966ea3a92d18956afc68c763e5d79 /graphics/gimp-help | |
parent | bde974e8e4400ea957e1f64dab611e2870d3ff05 (diff) | |
download | freebsd-ports-gnome-508905b038210ffc14bd114240f289922ca3397e.tar.gz freebsd-ports-gnome-508905b038210ffc14bd114240f289922ca3397e.tar.zst freebsd-ports-gnome-508905b038210ffc14bd114240f289922ca3397e.zip |
- 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)
Diffstat (limited to 'graphics/gimp-help')
-rw-r--r-- | graphics/gimp-help/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index 48228286b390..1ccae6cf1b3a 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -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 |