diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-09 23:03:58 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-09 23:03:58 +0000 |
commit | 8c7b46ea9fb2a0a4d98f07c78f6a7e0cc401be0d (patch) | |
tree | 895f1bfc173e5293c7ef041551ed3f0f616653a3 /x11/xbindkeys | |
parent | Add a new access control mechanism, which would allow access-control (diff) |
Fix typo s/WITH_XLIB/USE_XLIB/
Noticed by: bento
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r-- | x11/xbindkeys/Makefile | 2 |
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" |