diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
commit | 8ed49557f8c4e8955c6b5b0224d8161991d28a27 (patch) | |
tree | 3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11/editres | |
parent | Update to 1.2 (diff) |
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/editres')
-rw-r--r-- | x11/editres/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/editres/Makefile b/x11/editres/Makefile index e014524651a4..01aeced0f162 100644 --- a/x11/editres/Makefile +++ b/x11/editres/Makefile @@ -8,9 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Dynamic resource editor for X Toolkit Applications XORG_CAT= app -USE_XORG= x11 xt xmu xaw - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros +USE_XORG= x11 xt xmu xaw xorg-macros MAN1= editres.1 |