- Restore lost dependency [1]
- Remove duplicate USE_BZIP2 entry - Minor port desctiption nit Reported by: pav [1]
This commit is contained in:
parent
1f9eddbe65
commit
d0126a95fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194715
2 changed files with 5 additions and 4 deletions
|
@ -17,13 +17,14 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Library to support 3dfx Voodoo3/4/5/Banshee with the DRI
|
||||
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/Glide3
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= automake:14 autoconf:253 libtool:15
|
||||
AUTOMAKE_ARGS= -a
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
MAKEFILE= makefile.autoconf
|
||||
WRKSRC= ${WRKDIR}/Glide3
|
||||
|
||||
# This Glide3 does not work on alpha, and I don't expect it to work right
|
||||
# on other non-i386 without patches. Further development is going on in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
This library is used by the 3dfx DRI module (lib/modules/dri/tdfx_dri.so) to
|
||||
provide 3d hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards.
|
||||
provide 3D hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards.
|
||||
This does not support applications requiring the Glide library.
|
||||
|
||||
WWW: http://glide.sourceforge.net/
|
||||
|
|
Loading…
Reference in a new issue