aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-help
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-27 23:12:19 +0800
committerpav <pav@FreeBSD.org>2007-01-27 23:12:19 +0800
commit4174dcb27a9e6ff864527d8353ab77c489454586 (patch)
tree51b64166249eaf01e80da6edfae582fb9135fa04 /graphics/gimp-help
parenteb47d8f7ef569b6f973748cc889ee638a87b318d (diff)
downloadfreebsd-ports-gnome-4174dcb27a9e6ff864527d8353ab77c489454586.tar.gz
freebsd-ports-gnome-4174dcb27a9e6ff864527d8353ab77c489454586.tar.zst
freebsd-ports-gnome-4174dcb27a9e6ff864527d8353ab77c489454586.zip
- Use a local copy of docbook-xsl templates
Saves network communication, and fixes build on pointyhat
Diffstat (limited to 'graphics/gimp-help')
-rw-r--r--graphics/gimp-help/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile
index fcd10047b613..39f0562a6375 100644
--- a/graphics/gimp-help/Makefile
+++ b/graphics/gimp-help/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp-help
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
@@ -22,6 +23,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GIMP user's manual
LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp
+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
GNU_CONFIGURE= yes
USE_GMAKE= yes