diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 08:24:51 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 08:24:51 +0000 |
commit | fdfb4744826c1de8ee0b83d71e0a1442af7f5c7a (patch) | |
tree | 2c4419cc3c9f2c1ca8695c8505d32b0043461c0f /games/quake2forge | |
parent | Add patch which backouts some of my early compile hacks which now preventing (diff) |
Fix packaging (ref_tdfx.so is only built when svgalib is available).
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=77089
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2forge/pkg-plist b/games/quake2forge/pkg-plist index 1b6d8678fbfe..91626e7a49cc 100644 --- a/games/quake2forge/pkg-plist +++ b/games/quake2forge/pkg-plist @@ -7,8 +7,8 @@ bin/quake2 %%SDLGL:%%lib/quake2/ref_sdlgl.la %%GL:%%lib/quake2/ref_glx.so %%GL:%%lib/quake2/ref_glx.la -%%GL:%%lib/quake2/ref_tdfx.so -%%GL:%%lib/quake2/ref_tdfx.la +%%SVGA:%%%%GL:%%lib/quake2/ref_tdfx.so +%%SVGA:%%%%GL:%%lib/quake2/ref_tdfx.la lib/quake2/ref_softx.so lib/quake2/ref_softx.la lib/quake2/baseq2/game.so |