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:
parent
bf1258e342
commit
fda6691b0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512443
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue