diff --git a/src/starsphere/Makefile b/src/starsphere/Makefile
index 819377ec89c8c2d5aff11f34446a351cafbc8e9c..4ef1d5e75563716e5751a54118602707a7efadb1 100644
--- a/src/starsphere/Makefile
+++ b/src/starsphere/Makefile
@@ -26,7 +26,7 @@ STARSPHERE_INSTALL?=$(PWD)
 CXX ?= g++
 
 # variables
-LIBS = -Wl,-Bstatic -lframework -lOGLFT -L$(STARSPHERE_INSTALL)/lib
+LIBS = -Wl,-Bstatic -lframework -loglft -L$(STARSPHERE_INSTALL)/lib
 LIBS += $(shell $(STARSPHERE_INSTALL)/bin/freetype-config --libs)
 LIBS += -lboinc_api -lboinc -L/usr/lib
 LIBS += -Wl,-Bdynamic $(shell $(STARSPHERE_INSTALL)/bin/sdl-config --static-libs) -lGL -lGLU