diff options
author | rene <rene@FreeBSD.org> | 2010-10-18 04:29:50 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-18 04:29:50 +0800 |
commit | 598ee832a5e70efa3fc9296f197bca7471280f98 (patch) | |
tree | 9e94ccea5ed71d27429f4a36d2c35fa863a34e9a /games | |
parent | 058d4035f8af143e41b242b542bc7321b530ae6a (diff) | |
download | freebsd-ports-gnome-598ee832a5e70efa3fc9296f197bca7471280f98.tar.gz freebsd-ports-gnome-598ee832a5e70efa3fc9296f197bca7471280f98.tar.zst freebsd-ports-gnome-598ee832a5e70efa3fc9296f197bca7471280f98.zip |
Ignore the depend target in the upstream Makefile. This is not necessary and
fixes the build when ports/151047 is committed.
Bump PORTREVISION
Obtained from: exp-run for ports/151047
Diffstat (limited to 'games')
-rw-r--r-- | games/torcs/Makefile | 2 | ||||
-rw-r--r-- | games/torcs/files/patch-Make-default.mk | 11 |
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 + |