diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-19 13:56:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-19 13:56:29 +0000 |
commit | 19aa193656d2cb36e4e9f4ac7f07750cd70a5fcd (patch) | |
tree | fc28d685ee915baab5cd5a269637187b7e34bf01 | |
parent | b6e7e626ec812490a2fe3ad2ceae7f69dd6181ef (diff) |
Notes
-rw-r--r-- | games/torcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 14bee4aa5c28..ca9cc23458fd 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= alias cpe gmake openal:al,alut shebangfix tar:bzip2 +USES= cpe gmake openal:al,alut shebangfix tar:bzip2 CPE_VENDOR= bernhard_wymann SHEBANG_FILES= src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in \ src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \ |