diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | 7cc807dbeacd4330a32376f439fe8bb59cb9ab42 (patch) | |
tree | 7af3ed64c69f6db2ddec8605c4875b72175fbc15 /emulators/truereality | |
parent | cee83caf0e195c0669ebfd8208d100698766cc67 (diff) |
Notes
Diffstat (limited to 'emulators/truereality')
-rw-r--r-- | emulators/truereality/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index d4743c4566d1..52ef02cde26a 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= lioux@linf.unb.br -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ + GLU.14:${PORTSDIR}/graphics/Mesa3 \ X11.6:${PORTSDIR}/x11/XFree86 \ Xext.6:${PORTSDIR}/x11/XFree86 |