1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Depend on the textproc/docbook meta-port, instead of explicitly listing

the version number as docbook-300.
This commit is contained in:
Nik Clayton 1999-06-03 19:56:05 +00:00
parent 790ac58ae9
commit 0aa7ef883f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19193

View File

@ -3,7 +3,7 @@
# Date created: 27 June 1998
# Whom: Nik Clayton <nik@freebsd.org>
#
# $Id: Makefile,v 1.11 1999/04/29 20:13:33 nik Exp $
# $Id: Makefile,v 1.12 1999/04/30 23:08:12 asami Exp $
#
DISTNAME= docproj
@ -22,7 +22,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook-300 \
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"