aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-help
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-27 15:12:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-27 15:12:19 +0000
commitddc5adee549597cdd8ad21940ba5863729dcc9e8 (patch)
tree9fac022b8316bab8f254b6843c733e14ea246f38 /graphics/gimp-help
parent50b5f0964f0c1ec31d94b56ac6499c8f5489d4f9 (diff)
downloadports-ddc5adee549597cdd8ad21940ba5863729dcc9e8.tar.gz
ports-ddc5adee549597cdd8ad21940ba5863729dcc9e8.zip
- Use a local copy of docbook-xsl templates
Saves network communication, and fixes build on pointyhat
Notes
Notes: svn path=/head/; revision=183416
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