diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-10 16:27:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-10 16:27:10 +0000 |
commit | ba7eaa817dba74c41b1bf9d24e65e5edbcb7883f (patch) | |
tree | 0bb444c0695e6f3187e1752c87a42c07f1698ffe /x11-toolkits/gtk12/Makefile | |
parent | Update to 0.4.2. (diff) |
Remove mention of the WITH_XINPUT macro.
Submitted by: netchild
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index b6ff64d00c49..26e49001e4e1 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -32,11 +32,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gtk12-config.1 -pre-extract: -.if !defined(WITH_XINPUT) - @${ECHO_MSG} "You can enable support for XInput by defining WITH_XINPUT." -.endif - pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* |