diff options
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 94c910a943f6..1d5f9befef5f 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ USE_BZIP2= yes USE_XORG= ice sm x11 xext xi xt xmu -USE_OPENAL= al alut USE_GL= gl glu glut -USES= cmake +USES= cmake openal:al,alut CMAKE_ARGS+= -DJPEG_FACTORY:BOOL=ON .include <bsd.port.mk> |