diff options
Diffstat (limited to 'astro/celestia/Makefile')
-rw-r--r-- | astro/celestia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 0cebb62e7fd8..33d1a41dfb4d 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -17,7 +17,7 @@ COMMENT= Scriptable space flight simulator for X BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - libglut.3:${PORTSDIR}/graphics/libglut + glut.3:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |