diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-07-18 04:57:36 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-07-18 04:57:36 +0000 |
commit | c1abf6f40571443ef10c1711c0a31295119bce43 (patch) | |
tree | deca5aa9ef979a2b70274e35fa2d2177f5b66046 /games/bzflag/files | |
parent | a8ff7a4452fdf3b488779f2bc2fc27eb65f2db5b (diff) | |
download | ports-c1abf6f40571443ef10c1711c0a31295119bce43.tar.gz ports-c1abf6f40571443ef10c1711c0a31295119bce43.zip |
Notes
Diffstat (limited to 'games/bzflag/files')
-rw-r--r-- | games/bzflag/files/config-sys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bzflag/files/config-sys b/games/bzflag/files/config-sys index f006323ea270..b6f69facb964 100644 --- a/games/bzflag/files/config-sys +++ b/games/bzflag/files/config-sys @@ -98,7 +98,7 @@ NETWORK_LIBS = \ $(NULL) WINDOW_LIBS = \ - -lusb \ + -lusbhid \ -lXext \ -lX11 \ $(NULL) |