diff options
Diffstat (limited to 'x11/xf86-input-ws/Makefile')
-rw-r--r-- | x11/xf86-input-ws/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xf86-input-ws/Makefile b/x11/xf86-input-ws/Makefile index c5a468c..33a505f 100644 --- a/x11/xf86-input-ws/Makefile +++ b/x11/xf86-input-ws/Makefile @@ -12,15 +12,13 @@ PERMIT_PACKAGE = Yes MASTER_SITES = ${MASTER_SITE_XENOCARA:=driver/} -#MODULES = ??? +MODULES = xenocara + BUILD_DEPENDS = x11/xorg-server SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS+= --with-xorg-module-dir=${LOCALBASE}/lib/modules - -#AUTOCONF_VERSION = ??? (defaults to 2.13) -#AUTOMAKE_VERSION = ??? (defaults to 1.4) +CONFIGURE_ARGS+= --with-xorg-module-dir=${X11BASE}/lib/modules NO_TEST = Yes |