summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-09 23:03:58 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-09 23:03:58 +0000
commit8c7b46ea9fb2a0a4d98f07c78f6a7e0cc401be0d (patch)
tree895f1bfc173e5293c7ef041551ed3f0f616653a3 /x11
parentAdd a new access control mechanism, which would allow access-control (diff)
Fix typo s/WITH_XLIB/USE_XLIB/
Noticed by: bento
Notes
Notes: svn path=/head/; revision=52832
Diffstat (limited to 'x11')
-rw-r--r--x11/xbindkeys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 4872adbec8ac..662e71c9d39c 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= ports@FreeBSD.org
-WITH_XLIB= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include"