diff options
Diffstat (limited to 'textproc/docproj/Makefile')
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 5f5de810dc6d..608ee0accabc 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -36,7 +36,9 @@ RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade .endif +.if !defined(JADETEX) IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'" +.endif JADETEX?= |