x11/xset: Really disable fontcache

Really disable fontcahce, so it's not picked up by accident if it happens to
be installed on the system.

Reported by:	tijl
This commit is contained in:
Niclas Zeising 2019-09-20 20:41:55 +00:00
parent bf1258e342
commit fda6691b0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512443

View file

@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= xmuu x11 xext
CONFIGURE_ARGS= --without-xf86misc
CONFIGURE_ARGS= --without-xf86misc \
--without-fontcache
PLIST_FILES= bin/xset man/man1/xset.1.gz
.include <bsd.port.mk>