diff options
author | nik <nik@FreeBSD.org> | 1999-06-04 03:56:05 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-06-04 03:56:05 +0800 |
commit | bd92970d4fd018fdd41f86467ef839a8222bc845 (patch) | |
tree | dbf4a6da97b9324b33e0df6bec2c168a6a3cd4d0 /textproc | |
parent | 412b622a8642aeb694187d1eee24cec3889eebb5 (diff) | |
download | freebsd-ports-gnome-bd92970d4fd018fdd41f86467ef839a8222bc845.tar.gz freebsd-ports-gnome-bd92970d4fd018fdd41f86467ef839a8222bc845.tar.zst freebsd-ports-gnome-bd92970d4fd018fdd41f86467ef839a8222bc845.zip |
Depend on the textproc/docbook meta-port, instead of explicitly listing
the version number as docbook-300.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 4 |
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'" |