diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /games/crrcsim/Makefile | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-graphics-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-graphics-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-graphics-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'games/crrcsim/Makefile')
-rw-r--r-- | games/crrcsim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/crrcsim/Makefile b/games/crrcsim/Makefile index 1177eea68bd..b03e182705d 100644 --- a/games/crrcsim/Makefile +++ b/games/crrcsim/Makefile @@ -11,11 +11,10 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Model-airplane flight simulation program BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ - libjpeg.so:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio GNU_CONFIGURE= yes -USES= gmake +USES= gmake jpeg USE_SDL= sdl USE_GL= gl glu |