diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-30 03:39:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-30 03:39:47 +0800 |
commit | d0d7fdcfa704d5bc7323c7c7fa1477ef775867bb (patch) | |
tree | 0bc09e3ccba1d9b3919e3a55ee6892301521e39f /games/vdrift | |
parent | 804159a10639a92f58ca40952fce52559429b8c8 (diff) | |
download | freebsd-ports-gnome-d0d7fdcfa704d5bc7323c7c7fa1477ef775867bb.tar.gz freebsd-ports-gnome-d0d7fdcfa704d5bc7323c7c7fa1477ef775867bb.tar.zst freebsd-ports-gnome-d0d7fdcfa704d5bc7323c7c7fa1477ef775867bb.zip |
This port is already broken, but don't break it more
With hat: portmgr
Diffstat (limited to 'games/vdrift')
-rw-r--r-- | games/vdrift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 26b8884ef503..ec32a47ab42d 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libboost_thread.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data +USES= tar:bzip2 USE_GL= glew USE_SDL= sdl image net gfx @@ -46,7 +47,7 @@ SCONS_ARGS+= release=1 .endif .if ${PORT_OPTIONS:MNLS} -USES+= gettext tar:bzip2 +USES+= gettext PLIST_SUB+= NLS="" FLAG_NLS= true .else |