diff options
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r-- | textproc/xml2rfc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 6a623b17ded5..832b8534ad56 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -13,10 +13,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= lennox@cs.columbia.edu COMMENT= A tool to create RFCs and related documents from XML, as per RFC2629 -USE_TCL=yes +USE_TCL_RUN= yes .if !defined(WITHOUT_X11) -USE_TK=yes +USE_TK_RUN= yes .endif PATCH_TCL_SCRIPTS=xml2rfc.tcl |