diff options
author | zeising <zeising@FreeBSD.org> | 2013-03-12 03:14:28 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-03-12 03:14:28 +0800 |
commit | 45fbc1cd5320ed310038ccef8373985509892ff4 (patch) | |
tree | 3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11/xkbcomp | |
parent | 2a68856ee466bbf64f7cf17b104120cfc974f50c (diff) | |
download | freebsd-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/xkbcomp')
-rw-r--r-- | x11/xkbcomp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index 1c1278669651..9434ca642372 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -9,10 +9,9 @@ COMMENT= Compile XKB keyboard description LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros XORG_CAT= app -USE_XORG= x11 xkbfile -USE_GNOME= gnomehack +USE_XORG= x11 xkbfile xorg-macros +USES= pathfix PLIST_FILES= bin/xkbcomp \ libdata/pkgconfig/xkbcomp.pc |