diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/flightgear | |
parent | Add new USES=openal, which will replace USE_OPENAL (diff) |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=337464
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 8b1f4f52b138..df1a6fa5e85e 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -30,8 +30,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ USE_BZIP2= yes USE_XORG= ice sm x11 xext xft xi xinerama xt xmu USE_GL= gl glu glut -USE_OPENAL= al alut -USES= cmake +USES= cmake openal:al,alut CMAKE_ARGS+= -DJPEG_FACTORY:BOOL=ON \ -DENABLE_JS_SERVER:BOOL=ON \ -DFG_DATA_DIR:PATH=${LOCALBASE}/share/${PORTNAME} \ |