diff options
author | makc <makc@FreeBSD.org> | 2010-05-16 18:17:48 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-16 18:17:48 +0800 |
commit | 75cc71ddbf061508ed2e5c34fdc2c1bfad3ce32f (patch) | |
tree | 2ac11ee5ed202ca7ecc3d725199c4e9da65a6c9d /x11 | |
parent | 738e09b4e10d27c1848fe279b301f4a9f47c7103 (diff) | |
download | freebsd-ports-gnome-75cc71ddbf061508ed2e5c34fdc2c1bfad3ce32f.tar.gz freebsd-ports-gnome-75cc71ddbf061508ed2e5c34fdc2c1bfad3ce32f.tar.zst freebsd-ports-gnome-75cc71ddbf061508ed2e5c34fdc2c1bfad3ce32f.zip |
Turn XFT off by default, as requested by maintainer.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dmenu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index f60339f3e876..4e9ae1a929e2 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -16,7 +16,7 @@ PATCH_SITES= http://schot.a-eskwadraat.nl/files/ MAINTAINER= schot@a-eskwadraat.nl COMMENT= X11 menu application (not only) for the dwm window manager -OPTIONS= XFT "XFT support" On +OPTIONS= XFT "XFT support" Off USE_XORG= x11 xinerama |