aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-07 18:36:55 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-07 18:36:55 +0000
commit4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch)
tree0396740faf427665ee28135c858aa42aba8d2024 /x11-servers
parent29ac0a6ffdb0534cd5524703f46e5e061cb0ec07 (diff)
downloadports-4c46ca73d827ceeb91e695bf5da18e5be90e9ca4.tar.gz
ports-4c46ca73d827ceeb91e695bf5da18e5be90e9ca4.zip
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=517000
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/Xfstt/Makefile2
-rw-r--r--x11-servers/x2vnc/Makefile1
-rw-r--r--x11-servers/x2x/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
index fd3c529c56e6..04b74e2d5d3d 100644
--- a/x11-servers/Xfstt/Makefile
+++ b/x11-servers/Xfstt/Makefile
@@ -12,7 +12,7 @@ COMMENT= TrueType font server for X11
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= pkgconfig tar:xz
+USES= pkgconfig tar:xz xorg
USE_XORG= xorgproto
USE_RC_SUBR= xfstt
GNU_CONFIGURE= yes
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile
index 5ee5858bd1ab..ee956f0bfae1 100644
--- a/x11-servers/x2vnc/Makefile
+++ b/x11-servers/x2vnc/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+USES= xorg
USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm
PLIST_FILES= bin/x2vnc \
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile
index cde1d7a50068..03d11d4e0a42 100644
--- a/x11-servers/x2x/Makefile
+++ b/x11-servers/x2x/Makefile
@@ -11,7 +11,7 @@ COMMENT= Program to link multiple X servers together
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf gmake pkgconfig
+USES= autoreconf gmake pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= dottedmag
GH_TAGNAME= e62a535