diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-26 16:23:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-26 16:23:11 +0800 |
commit | e0cd3770ea8dd652376d94e3102d1a7799856c27 (patch) | |
tree | 7e9a0967956eb8c4cd286198fa03de1cd2fc8ade /games/torcs | |
parent | f57893a52cdc0176af57185d244138b40a0f3bd3 (diff) | |
download | freebsd-ports-gnome-e0cd3770ea8dd652376d94e3102d1a7799856c27.tar.gz freebsd-ports-gnome-e0cd3770ea8dd652376d94e3102d1a7799856c27.tar.zst freebsd-ports-gnome-e0cd3770ea8dd652376d94e3102d1a7799856c27.zip |
- Add missing dependens
Submitted by: pointyhat via pav
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 42993a528af5..78e7df37aebb 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -7,7 +7,7 @@ PORTNAME= torcs DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USE_XORG= xrender xmu ice xext x11 xxf86vm USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes |