diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-06 02:12:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-06 02:12:57 +0800 |
commit | c49089d62c37df594a400df7c53b40d4453d6fbd (patch) | |
tree | ebbca9d92a4a67de85525969bf5e3556a0950e0b /x11-toolkits | |
parent | ecdfd1ce006a29417ff868edf6ec023826af36c8 (diff) | |
download | freebsd-ports-gnome-c49089d62c37df594a400df7c53b40d4453d6fbd.tar.gz freebsd-ports-gnome-c49089d62c37df594a400df7c53b40d4453d6fbd.tar.zst freebsd-ports-gnome-c49089d62c37df594a400df7c53b40d4453d6fbd.zip |
Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala <temmi.hoo@kolumbus.fi>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 0feb142287e7..b6ff64d00c49 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ @@ -24,17 +24,14 @@ USE_GNOME= glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix -CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale +CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale \ + --with-xinput=xfree CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X_CFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= gtk12-config.1 -.if defined(WITH_XINPUT) -CONFIGURE_ARGS+= --with-xinput=xfree -.endif - pre-extract: .if !defined(WITH_XINPUT) @${ECHO_MSG} "You can enable support for XInput by defining WITH_XINPUT." |