diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-09-13 19:19:56 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-13 19:19:56 +0000 |
commit | 68791ca4aa7fa675075145404caca40add57fde7 (patch) | |
tree | dc77759f1d8a9ade28d82353521497b02d6ce964 /textproc/docproj | |
parent | Update to version 4.58 (diff) |
Only define IS_INTERACTIVE if JADETEX is not set.
Diffstat (limited to 'textproc/docproj')
-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?= |