diff options
Diffstat (limited to '')
-rw-r--r-- | print/teTeX-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index bea940b5cf43..eb7feaf97fe3 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -70,9 +70,9 @@ MLINKS= allcm.1 allec.1 mktexlsr.1 texhash.1 tex.1 virtex.1 \ omega.1 viromega.1 pdftex.1 pdfvirtex.1 INFO= kpathsea latex web2c -OPTIONS= DVIPSK "Build and install dvipsk" off \ - XDVIK "Build and install xdvik" off \ - X11 "Build with X Window System support" on +#OPTIONS= DVIPSK "Build and install dvipsk" off \ +# XDVIK "Build and install xdvik" off \ +# X11 "Build with X Window System support" on .include <bsd.port.pre.mk> |