diff options
author | zeising <zeising@FreeBSD.org> | 2019-11-07 02:07:22 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-11-07 02:07:22 +0800 |
commit | f18f930a5acf2dbff93cac19c479f4486966e70d (patch) | |
tree | b4d5bf951a26d05982f5c0f534d2f244ff41ae41 /misc/xosd | |
parent | 06a5859f07fa56c3e7e96214cd143acdcd397ce2 (diff) | |
download | freebsd-ports-gnome-f18f930a5acf2dbff93cac19c479f4486966e70d.tar.gz freebsd-ports-gnome-f18f930a5acf2dbff93cac19c479f4486966e70d.tar.zst freebsd-ports-gnome-f18f930a5acf2dbff93cac19c479f4486966e70d.zip |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 6191e00ab0a0..4aaefd11a758 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -13,7 +13,7 @@ COMMENT= X11 on-screen-display program and library LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pkgconfig libtool +USES= gmake pkgconfig libtool xorg USE_CSTD= gnu89 USE_XORG= x11 xext xt sm ice xinerama USE_LDCONFIG= yes @@ -36,6 +36,7 @@ MSEC_VARS= DELAY_UNITS=milliseconds MSEC_VARS_OFF= DELAY_UNITS=seconds XFT_EXTRA_PATCHES= ${FILESDIR}/extra-patch-xft +XFT_USES= gnome XFT_USE= GNOME=pango XORG=xft post-patch: |