diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-17 22:18:43 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-17 22:18:43 +0800 |
commit | 32e3874aa3c76699c763dcb325ae8881bbc8c3cc (patch) | |
tree | 11ea772895336ae0bdb393afddfa71c95b90dd61 /x11-drivers/xf86-input-synaptics | |
parent | e305c517970e58c5d97948dc3e420ca83a4c30f2 (diff) | |
download | xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar.gz xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar.bz2 xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar.lz xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar.xz xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.tar.zst xorg-devel-ports-32e3874aa3c76699c763dcb325ae8881bbc8c3cc.zip |
Remove xorg-macros from USE_XORG, it is pulled in automagically these days.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@831 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
-rw-r--r-- | x11-drivers/xf86-input-synaptics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |