aboutsummaryrefslogtreecommitdiffstats
path: root/games/cake
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-16 08:07:03 +0800
committerpav <pav@FreeBSD.org>2006-01-16 08:07:03 +0800
commit6b1c058c141622d45ae5aaaf7a3242c405ea360f (patch)
tree1943d105be6c02011cdcf8906e7726dcee4cbcb7 /games/cake
parent26d22a21a3d51989e4efd0647b60ca2841254ed6 (diff)
downloadfreebsd-ports-gnome-6b1c058c141622d45ae5aaaf7a3242c405ea360f.tar.gz
freebsd-ports-gnome-6b1c058c141622d45ae5aaaf7a3242c405ea360f.tar.zst
freebsd-ports-gnome-6b1c058c141622d45ae5aaaf7a3242c405ea360f.zip
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711 Submitted by: Sangwoo Shim <sangwoos@gmail.com> Repocopied by: marcus
Diffstat (limited to 'games/cake')
-rw-r--r--games/cake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile
index 3abe807f9b96..72d0824d0c33 100644
--- a/games/cake/Makefile
+++ b/games/cake/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= danfe@FreeBSD.org
COMMENT= Quake3 map viewer
.if defined(WITH_FREEGLUT)
-LIB_DEPENDS= glut.11:${PORTSDIR}/x11-toolkits/freeglut
+LIB_DEPENDS= glut.11:${PORTSDIR}/graphics/freeglut
.else
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
.endif