diff options
author | hrs <hrs@FreeBSD.org> | 2004-06-22 15:57:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-06-22 15:57:02 +0800 |
commit | 999e5713511694dda0a6a0d2429ea5ba786e5910 (patch) | |
tree | 5454101f485afbeab32a87e21f59366f613cdf14 /print | |
parent | 797d84b74e6fc6851d51d8a3c244dce9d350285a (diff) | |
download | freebsd-ports-gnome-999e5713511694dda0a6a0d2429ea5ba786e5910.tar.gz freebsd-ports-gnome-999e5713511694dda0a6a0d2429ea5ba786e5910.tar.zst freebsd-ports-gnome-999e5713511694dda0a6a0d2429ea5ba786e5910.zip |
Disable the OPTIONS line since it can confuse the users
when print/teTeX-base is installed as a dependency.
Diffstat (limited to 'print')
-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> |