diff options
author | murray <murray@FreeBSD.org> | 2001-09-14 03:19:56 +0800 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-09-14 03:19:56 +0800 |
commit | 96e8ab21b6a96e92fd51e18b0ac7d1fa0f56f816 (patch) | |
tree | f5f4cb6a1fdd4bb86649410dda70499045890c5e /textproc/docproj | |
parent | 164f4128ae2223b1d500dc42edbdc4654cde4aaf (diff) | |
download | freebsd-ports-graphics-96e8ab21b6a96e92fd51e18b0ac7d1fa0f56f816.tar.gz freebsd-ports-graphics-96e8ab21b6a96e92fd51e18b0ac7d1fa0f56f816.tar.zst freebsd-ports-graphics-96e8ab21b6a96e92fd51e18b0ac7d1fa0f56f816.zip |
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 5f5de810dc6..608ee0accab 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?= |