summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/imake/Makefile2
-rw-r--r--x11-drivers/xf86-input-keyboard/Makefile2
-rw-r--r--x11-drivers/xf86-input-mouse/Makefile1
-rw-r--r--x11-drivers/xf86-input-synaptics/Makefile2
-rw-r--r--x11-drivers/xf86-video-chips/Makefile1
-rw-r--r--x11-drivers/xf86-video-intel/Makefile1
-rw-r--r--x11-drivers/xf86-video-openchrome/Makefile2
-rw-r--r--x11-fonts/xfs/Makefile2
-rw-r--r--x11/libSM/Makefile2
-rw-r--r--x11/libX11/Makefile2
-rw-r--r--x11/libXi/Makefile2
-rw-r--r--x11/xproto/Makefile2
-rw-r--r--x11/xrandr/Makefile2
13 files changed, 9 insertions, 14 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index f47415f..389ef52 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \
USE_PERL5= yes
XORG_CAT= util
-USE_XORG= xproto xorg-macros
+USE_XORG= xproto
USE_PKGCONFIG= build
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile
index 4960861..c4d4ae6 100644
--- a/x11-drivers/xf86-input-keyboard/Makefile
+++ b/x11-drivers/xf86-input-keyboard/Makefile
@@ -8,7 +8,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org keyboard input driver
XORG_CAT= driver
-USE_XORG= kbproto xorg-macros
+USE_XORG= kbproto
MAN4= kbd.4x
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile
index a986c6f..cabe85a 100644
--- a/x11-drivers/xf86-input-mouse/Makefile
+++ b/x11-drivers/xf86-input-mouse/Makefile
@@ -8,7 +8,6 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org mouse input driver
XORG_CAT= driver
-USE_XORG= xorg-macros
USES= pathfix
MAN4= mousedrv.4x
diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile
index 8c71115..4f2ebfb 100644
--- a/x11-drivers/xf86-input-synaptics/Makefile
+++ b/x11-drivers/xf86-input-synaptics/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFAULT=HAL
.include <bsd.port.options.mk>
USES= pathfix
-USE_XORG= x11 xorg-macros
+USE_XORG= x11
XORG_CAT= driver
.if ${PORT_OPTIONS:MHAL}
diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile
index 7a3ad0a..0187092 100644
--- a/x11-drivers/xf86-video-chips/Makefile
+++ b/x11-drivers/xf86-video-chips/Makefile
@@ -8,7 +8,6 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org chips display driver
XORG_CAT= driver
-USE_XORG= xorg-macros
MAN4= chips.4x
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile
index 437bb4c..e256158 100644
--- a/x11-drivers/xf86-video-intel/Makefile
+++ b/x11-drivers/xf86-video-intel/Makefile
@@ -20,7 +20,6 @@ USE_XORG= glproto \
xext \
xf86driproto \
xineramaproto \
- xorg-macros \
xrender \
xvmc
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile
index f0c828d..a695620 100644
--- a/x11-drivers/xf86-video-openchrome/Makefile
+++ b/x11-drivers/xf86-video-openchrome/Makefile
@@ -10,7 +10,7 @@ COMMENT= X.Org openChrome display driver
USE_GL= gl
XORG_CAT= driver
-USE_XORG= xf86driproto xvmc glproto xorg-macros
+USE_XORG= xf86driproto xvmc glproto
MAN4= openchrome.4x
MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 3872621..e864876 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -10,7 +10,7 @@ COMMENT= X.Org font server
XORG_CAT= app
USE_GMAKE= yes
-USE_XORG= libfs xfont xtrans xorg-macros
+USE_XORG= libfs xfont xtrans
USE_RC_SUBR= xfs
CONFIGURE_ARGS= --without-xmlto --without-fop
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
index cf4b33b..90ea110 100644
--- a/x11/libSM/Makefile
+++ b/x11/libSM/Makefile
@@ -12,7 +12,7 @@ COMMENT= Session Management library for X11
LICENSE= MIT
XORG_CAT= lib
-USE_XORG= ice xproto:both xtrans xorg-macros
+USE_XORG= ice xproto:both xtrans
CONFIGURE_ARGS+=--disable-docs --without-xmlto
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 6bc2c86..5f08639 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
XORG_CAT= lib
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
kbproto:both inputproto xf86bigfontproto xproto:both \
- xorg-macros xcb
+ xcb
USE_PERL5_BUILD=yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
index 7d55e5e..b36c6f4 100644
--- a/x11/libXi/Makefile
+++ b/x11/libXi/Makefile
@@ -12,7 +12,7 @@ COMMENT= X Input extension library
LICENSE= MIT
XORG_CAT= lib
-USE_XORG= xorg-macros xproto x11 xext xextproto xfixes inputproto:both
+USE_XORG= xproto x11 xext xextproto xfixes inputproto:both
CONFIGURE_ARGS+=--disable-docs \
--disable-specs \
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile
index b9ae4b3..3fbb50b 100644
--- a/x11/xproto/Makefile
+++ b/x11/xproto/Makefile
@@ -9,8 +9,6 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X11 protocol headers
XORG_CAT= proto
-USE_XORG= xorg-macros
-USE_PKGCONFIG= build
CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
index e5cfaba..8d6107f 100644
--- a/x11/xrandr/Makefile
+++ b/x11/xrandr/Makefile
@@ -8,7 +8,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Primitive command line interface to the RandR extension
XORG_CAT= app
-USE_XORG= xrandr xrender x11 xorg-macros
+USE_XORG= xrandr xrender x11
PLIST_FILES= bin/xrandr \
bin/xkeystone