diff options
author | pat <pat@FreeBSD.org> | 2002-01-10 07:03:58 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-10 07:03:58 +0800 |
commit | 54bda53b740ac357917d3508de3e4f2a57cb7d29 (patch) | |
tree | 64c26fa2059c8052bb3931719d80528afe850ea2 /x11 | |
parent | c64189d8640df3da7b74f90d0657089c70c7c56b (diff) | |
download | freebsd-ports-gnome-54bda53b740ac357917d3508de3e4f2a57cb7d29.tar.gz freebsd-ports-gnome-54bda53b740ac357917d3508de3e4f2a57cb7d29.tar.zst freebsd-ports-gnome-54bda53b740ac357917d3508de3e4f2a57cb7d29.zip |
Fix typo s/WITH_XLIB/USE_XLIB/
Noticed by: bento
Diffstat (limited to 'x11')
-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" |