diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-06-18 19:06:04 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-06-18 19:06:04 +0800 |
commit | befd1a104422bbced7fa9cf43577014d8d7a7a39 (patch) | |
tree | 0d2b93ae58bcb141570e1d680074a6771946ca6e /x11-drivers | |
parent | 22eaed7d995efba385057192878474b52e3d4718 (diff) | |
download | xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar.gz xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar.bz2 xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar.lz xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar.xz xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.tar.zst xorg-devel-ports-befd1a104422bbced7fa9cf43577014d8d7a7a39.zip |
Include bsd.port.options.mk before checking WITH_NEW_XORG.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@950 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-elographics/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-fpit/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mutouch/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-penmount/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-intel/Makefile | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index 46de1f6..d6939c7 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -11,6 +11,8 @@ COMMENT= X.Org elographics input driver XORG_CAT= driver MAN4= elographics.4x +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) ELO_VERSION= 1.3.0 ELO_REVISION= 0 diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index ae3b53b..253c610 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -12,6 +12,8 @@ USE_XORG= xrandr MAN4= fpit.4x +.include <bsd.port.options.mk> + .if !defined(WITH_NEW_XORG) IGNORE= does not build with X server 1.7.7 .endif diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index 4c6ffaf..ba6a1a3 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -10,6 +10,8 @@ COMMENT= X.Org hyperpen input driver XORG_CAT= driver +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) HYPERVER= 1.4.1 HYPERREVISION= 0 diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index f2e9e1e..2a10d59 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -11,6 +11,8 @@ COMMENT= X.Org joystick input driver XORG_CAT= driver MAN4= joystick.4x +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) JOYVER= 1.6.2 JOYREVISION= 0 diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index 7e5d23c..2317dd6 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -10,6 +10,8 @@ COMMENT= X.Org mutouch input driver XORG_CAT= driver MAN4= mutouch.4x +.include <bsd.port.options.mk> + .if !defined(WITH_NEW_XORG) IGNORE= does not build with xorg-server 1.7.7 .else diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile index 9f29f54..c5fb824 100644 --- a/x11-drivers/xf86-input-penmount/Makefile +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -11,6 +11,8 @@ COMMENT= X.Org penmount input driver XORG_CAT= driver MAN4= penmount.4x +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) PEN_VERSION= 1.5.0 PEN_REVISION= 0 diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index ca879b5..0b42fb9 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -20,6 +20,8 @@ MAN4= vmmouse.4x ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures. +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) PLIST_SUB+= NEW="" .else diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index d768b9d..97181fd 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -11,6 +11,8 @@ COMMENT= X.Org void input driver XORG_CAT= driver MAN4= void.4x +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) VOID_VERSION= 1.4.0 VOID_REVISION= 0 diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index be6079e..d1b1501 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -25,6 +25,8 @@ USE_XORG= glproto \ MAN4= intel.4x +.include <bsd.port.options.mk> + .if defined(WITH_NEW_XORG) INTEL_VERSION= 2.21.9 INTEL_REVISION= 0 |