IS_INTERACTIVE appears to be incorrect here, replace with IGNORE. Also
specify a default WITH_JADETEX=yes when PACKAGE_BUILDING to allow this to proceed. Approved by: doceng (maintainer)
This commit is contained in:
parent
fb8907b925
commit
7ee8b265aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172075
1 changed files with 5 additions and 1 deletions
|
@ -48,8 +48,12 @@ WITH_JADETEX= ${JADETEX}
|
|||
.endif
|
||||
WITH_JADETEX?=
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
WITH_JADETEX= yes
|
||||
.endif
|
||||
|
||||
.if empty(WITH_JADETEX)
|
||||
IS_INTERACTIVE= "user must set WITH_JADETEX variable to 'yes' or 'no'"
|
||||
IGNORE= user must set WITH_JADETEX variable to 'yes' or 'no'
|
||||
.endif
|
||||
.if defined(WITH_JADETEX) && ${WITH_JADETEX} == yes
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
|
||||
|
|
Loading…
Reference in a new issue