diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-03-11 18:29:18 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-03-11 18:29:18 +0000 |
commit | 30d52bc2881f2842fc395d6e15b175387e55a4d3 (patch) | |
tree | fe8b01414f564de0d556b94849a8d16528f025aa /textproc/docproj | |
parent | Also @dirrm the SNMP:: directory. (diff) |
Use links instead of w3m. Select OpenJade automatically if building on an
Alpha.
Notes
Notes:
svn path=/head/; revision=39599
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 24cf29370bb6..2d3d3457e3c4 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -22,21 +22,15 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 \ ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ ${PREFIX}/bin/eps2png:${PORTSDIR}/graphics/eps2png \ - ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm + ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm \ + ${PREFIX}/bin/links:${PORTSDIR}/www/links -.if defined(WITH_OPENJADE) +.if defined(WITH_OPENJADE) || ${MACHINE_ARCH} == "alpha" RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade .else RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade .endif -.if ${MACHINE_ARCH} == "alpha" -WITH_OPENJADE= yes -RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx -.else -RUN_DEPENDS+= w3m:${PORTSDIR}/www/w3m -.endif - IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'" JADETEX?= |