aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-17 20:29:50 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-17 20:29:50 +0000
commitacf166163ed023280bffcf8037046e7be9d6bd80 (patch)
treeaeae41ad91089f492ee014d36d08adf395f3713d /games
parent6effa7a61f25335ef7f2212854a80abafd98646d (diff)
downloadports-acf166163ed023280bffcf8037046e7be9d6bd80.tar.gz
ports-acf166163ed023280bffcf8037046e7be9d6bd80.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/torcs/Makefile2
-rw-r--r--games/torcs/files/patch-Make-default.mk11
2 files changed, 12 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index f95cf8352a5b..faff71d2cd10 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= torcs
DISTVERSION= 1.3.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/all-in-one/${PORTVERSION}
diff --git a/games/torcs/files/patch-Make-default.mk b/games/torcs/files/patch-Make-default.mk
new file mode 100644
index 000000000000..fda0c16608f4
--- /dev/null
+++ b/games/torcs/files/patch-Make-default.mk
@@ -0,0 +1,11 @@
+--- Make-default.mk.orig 2010-10-17 19:26:58.000000000 +0200
++++ Make-default.mk 2010-10-17 19:27:26.000000000 +0200
+@@ -134,7 +134,7 @@
+ endif
+
+ .depend:
+- $(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend
++ #$(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend
+
+ dep: .depend
+