summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-05 18:12:57 +0000
committermarcus <marcus@FreeBSD.org>2002-09-05 18:12:57 +0000
commitc49089d62c37df594a400df7c53b40d4453d6fbd (patch)
treeebbca9d92a4a67de85525969bf5e3556a0950e0b /x11-toolkits/gtk12
parentecdfd1ce006a29417ff868edf6ec023826af36c8 (diff)
downloadFreeBSD-ports-c49089d62c37df594a400df7c53b40d4453d6fbd.zip
FreeBSD-ports-c49089d62c37df594a400df7c53b40d4453d6fbd.tar.gz
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/gtk12')
-rw-r--r--x11-toolkits/gtk12/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 0feb142..b6ff64d 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."
OpenPOWER on IntegriCloud