diff options
author | thierry <thierry@FreeBSD.org> | 2009-01-01 22:41:06 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-01-01 22:41:06 +0800 |
commit | 1930c34c80e641895d3560946e0272be906a9aa4 (patch) | |
tree | 0999dd5764b2d45f9321c05df78616f3138d4a70 | |
parent | 0f36418a643ba9e38c71f2650da6dfc00246fe96 (diff) | |
download | freebsd-ports-gnome-1930c34c80e641895d3560946e0272be906a9aa4.tar.gz freebsd-ports-gnome-1930c34c80e641895d3560946e0272be906a9aa4.tar.zst freebsd-ports-gnome-1930c34c80e641895d3560946e0272be906a9aa4.zip |
Add a missing dependency to libglut, which is now the default.
Reported by: QAT
-rw-r--r-- | games/torcs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 69cc3be7d1ed..b8a0db575d12 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -58,6 +58,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include -DHAVE_DE LIB_DEPENDS+= glut.11:${PORTSDIR}/graphics/freeglut .else USE_GL= yes +LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut .endif EMPTYDIR= champ dtmrace endrace ncrace practice quickrace |