summaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-06-03 19:56:05 +0000
committerNik Clayton <nik@FreeBSD.org>1999-06-03 19:56:05 +0000
commit0aa7ef883f18e09a119be10e505a2d8dd894d9d4 (patch)
treedc69211ef6d60f24774a8dd4db94305602fa353b /textproc/docproj
parentAdd '-' in '-I' (diff)
Depend on the textproc/docbook meta-port, instead of explicitly listing
the version number as docbook-300.
Notes
Notes: svn path=/head/; revision=19193
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 4279312efc46..ee5d9bd6447e 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -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'"