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 | |
parent | a8ff7a4452fdf3b488779f2bc2fc27eb65f2db5b (diff) | |
download | ports-c1abf6f40571443ef10c1711c0a31295119bce43.tar.gz ports-c1abf6f40571443ef10c1711c0a31295119bce43.zip |
Notes
Diffstat (limited to 'games/bzflag')
-rw-r--r-- | games/bzflag/Makefile | 4 | ||||
-rw-r--r-- | games/bzflag/distinfo | 2 | ||||
-rw-r--r-- | games/bzflag/files/config-sys | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index a4df4d90b999..276131da1241 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bzflag -PORTVERSION= 1.7e.4 +PORTVERSION= 1.7e.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bzflag @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= nsayer@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} - USE_XLIB= yes USE_MESA= yes diff --git a/games/bzflag/distinfo b/games/bzflag/distinfo index 319712837293..3df03c837250 100644 --- a/games/bzflag/distinfo +++ b/games/bzflag/distinfo @@ -1 +1 @@ -MD5 (bzflag-1.7e4.tgz) = af7dcf1b649c59768ae01fbd4108f76b +MD5 (bzflag-1.7e6.tgz) = 0afedee9279c305c0acda563287ad0f2 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) |