diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 17:32:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 17:32:35 +0000 |
commit | 7e97e99c063f6f87b5f88c1b87dfcced02fc2172 (patch) | |
tree | 03882f8a04af7640b826893b5d3e4236ae918f59 /textproc | |
parent | Add gdm to the list of GNOME 1.4.1 packages that must be uninstalled before (diff) |
Add an explicit dependency on docbook-xml to get around a problem where
the implicit dependency fails due to the catalog file not being removed
when docbook-xml is deleted.
PR: 41300
Notes
Notes:
svn path=/head/; revision=64378
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
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 |