mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
x11/xset: adjust dependencies and misc fixes
Adjust dependencies, most notably, remove the dependency on libXfontcache, which isn't needed. libXfontcache is slated for deprecation and removal. While here, switch to USES, and add license information.
This commit is contained in:
parent
a1969adc90
commit
b87eeb8c63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511354
@ -2,14 +2,18 @@
|
||||
|
||||
PORTNAME= xset
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= User preference utility for X
|
||||
|
||||
XORG_CAT= app
|
||||
USE_XORG= xmuu xorgproto x11 xext xfontcache
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= xorg xorg-cat:app
|
||||
|
||||
USE_XORG= xmuu x11 xext
|
||||
CONFIGURE_ARGS= --without-xf86misc
|
||||
|
||||
PLIST_FILES= bin/xset man/man1/xset.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user