aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/xorg-server
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-03-12 03:14:28 +0800
committerzeising <zeising@FreeBSD.org>2013-03-12 03:14:28 +0800
commit45fbc1cd5320ed310038ccef8373985509892ff4 (patch)
tree3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11-servers/xorg-server
parent2a68856ee466bbf64f7cf17b104120cfc974f50c (diff)
downloadfreebsd-ports-gnome-45fbc1cd5320ed310038ccef8373985509892ff4.tar.gz
freebsd-ports-gnome-45fbc1cd5320ed310038ccef8373985509892ff4.tar.zst
freebsd-ports-gnome-45fbc1cd5320ed310038ccef8373985509892ff4.zip
Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly)
Diffstat (limited to 'x11-servers/xorg-server')
-rw-r--r--x11-servers/xorg-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index afcc6c7277ae..e8d26f81b980 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -48,7 +48,8 @@ USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
resourceproto fontsproto inputproto xf86dgaproto \
videoproto compositeproto trapproto recordproto xineramaproto \
- xinerama evieproto xfont fontenc xkbui pixman pciaccess
+ xinerama evieproto xfont fontenc xkbui pixman pciaccess \
+ xorg-macros
MAKE_JOBS_UNSAFE= yes
USE_OPENSSL= yes