aboutsummaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-11 17:32:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-11 17:32:35 +0000
commit7e97e99c063f6f87b5f88c1b87dfcced02fc2172 (patch)
tree03882f8a04af7640b826893b5d3e4236ae918f59 /textproc/scrollkeeper
parent67faa8e7cdb45c345bb3a3a7b28470e014b9a97c (diff)
downloadports-7e97e99c063f6f87b5f88c1b87dfcced02fc2172.tar.gz
ports-7e97e99c063f6f87b5f88c1b87dfcced02fc2172.zip
Notes
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index 0e34308b341d..a683fdda4cfd 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -18,8 +18,10 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \
intl.4:${PORTSDIR}/devel/gettext
BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
+ ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-xml \
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
RUN_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
+ ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-xml \
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
# Don't use USE_X_PREFIX - the port doesn't really require X11 to run.
@@ -28,6 +30,8 @@ RUN_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
# put in the right place.
PREFIX?= ${X11BASE}
+DOCBOOK_VERSION= 4.1.2
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL= yes