summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-08 19:39:12 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-08 19:39:12 +0800
commit7ac98eea09028a095ddeebd5b475c98547b04919 (patch)
treeaa302644d32f826a93012b7e9178545f213aacde
parentf5116469804971aec234f0c3608d124d947d250b (diff)
downloadxorg-devel-ports-7ac98eea09028a095ddeebd5b475c98547b04919.tar.gz
xorg-devel-ports-7ac98eea09028a095ddeebd5b475c98547b04919.tar.zst
xorg-devel-ports-7ac98eea09028a095ddeebd5b475c98547b04919.zip
Convert ports to use USE_XORG=xorg-macros where applicable.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@703 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/inputproto/Makefile3
-rw-r--r--x11/libSM/Makefile4
-rw-r--r--x11/libX11/Makefile7
-rw-r--r--x11/libXi/Makefile4
-rw-r--r--x11/xrandr/Makefile4
5 files changed, 8 insertions, 14 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile
index 44f86ba..be90306 100644
--- a/x11/inputproto/Makefile
+++ b/x11/inputproto/Makefile
@@ -8,11 +8,10 @@ CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Input extension headers
+USE_XORG= xorg-macros
USE_PKGCONFIG= build
XORG_CAT= proto
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
-
CONFIGURE_ARGS= --without-asciidoc
.include <bsd.port.mk>
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
index 9544335..cf4b33b 100644
--- a/x11/libSM/Makefile
+++ b/x11/libSM/Makefile
@@ -11,10 +11,8 @@ COMMENT= Session Management library for X11
LICENSE= MIT
-BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros
-
XORG_CAT= lib
-USE_XORG= ice xproto:both xtrans
+USE_XORG= ice xproto:both xtrans xorg-macros
CONFIGURE_ARGS+=--disable-docs --without-xmlto
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index d7e05e4..e301c41 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -11,13 +11,14 @@ COMMENT= X11 library
LICENSE= MIT
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \
- ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros
+BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
XORG_CAT= lib
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
- kbproto:both inputproto xf86bigfontproto xproto:both
+ kbproto:both inputproto xf86bigfontproto xproto:both \
+ xorg-macros
+USE_PERL5_BUILD=yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--without-xmlto \
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
index 40446de..41ecc2b 100644
--- a/x11/libXi/Makefile
+++ b/x11/libXi/Makefile
@@ -12,9 +12,7 @@ COMMENT= X Input extension library
LICENSE= MIT
XORG_CAT= lib
-USE_XORG= xproto x11 xext xextproto inputproto:both
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
+USE_XORG= xorg-macros xproto x11 xext xextproto inputproto:both
CONFIGURE_ARGS+=--disable-docs \
--disable-specs \
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
index 4439d43..e5cfaba 100644
--- a/x11/xrandr/Makefile
+++ b/x11/xrandr/Makefile
@@ -8,9 +8,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Primitive command line interface to the RandR extension
XORG_CAT= app
-USE_XORG= xrandr xrender x11
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
+USE_XORG= xrandr xrender x11 xorg-macros
PLIST_FILES= bin/xrandr \
bin/xkeystone