mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Alpha uses openjade i.s.o. jade for docs generation. So go out
and build the right port for make release. Submitted by: bmah Approved by: bmah MFC after: 2 days
This commit is contained in:
parent
035dbc3cb5
commit
785142bf17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82344
@ -36,7 +36,6 @@ MINIMALDOCPORTS= \
|
||||
ports/textproc/dsssl-docbook-modular \
|
||||
ports/textproc/html \
|
||||
ports/textproc/iso8879 \
|
||||
ports/textproc/jade \
|
||||
ports/textproc/libxml2 \
|
||||
ports/textproc/libxslt \
|
||||
ports/textproc/linuxdoc \
|
||||
@ -44,3 +43,8 @@ MINIMALDOCPORTS= \
|
||||
ports/textproc/sgmlformat \
|
||||
ports/www/links \
|
||||
ports/www/tidy
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
MINIMALDOCPORTS+= ports/textproc/openjade
|
||||
.else
|
||||
MINIMALDOCPORTS+= ports/textproc/jade
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user