diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 08:23:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 08:23:11 +0000 |
commit | 59c23f87f0010ccaa46258b30228f131540cad8c (patch) | |
tree | b2f66f0fb40aecaa486858603dc314f105fc3e69 /games | |
parent | ad5ae9a427788beb3e146e1bd5cf1768ea67c522 (diff) |
- Add missing dependens
Submitted by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=209847
Diffstat (limited to 'games')
-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 |