aboutsummaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-03-11 19:14:28 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-03-11 19:14:28 +0000
commit8ed49557f8c4e8955c6b5b0224d8161991d28a27 (patch)
tree3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11/libX11
parent816cf4dccc6c63a5c93a7939f9bd230628d9f374 (diff)
downloadports-8ed49557f8c4e8955c6b5b0224d8161991d28a27.tar.gz
ports-8ed49557f8c4e8955c6b5b0224d8161991d28a27.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)
Notes
Notes: svn path=/head/; revision=313929
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 7b1f2faf3c34..013052c68389 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libX11
-# Date Created: 28 Oct, 2003
-# Whom: Eric Anholt <anholt@FreeBSD.org>
-#
+# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libX11
PORTVERSION= 1.4.4
@@ -15,13 +11,13 @@ 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
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--without-xmlto \