diff options
author | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
commit | ead4be38d89ad64cc1ca84c5a754424cbca9bc21 (patch) | |
tree | d41bcf410a7fc743b61a34bce3e34230f2282700 /games/gish-demo | |
parent | afa8c5c5e676782e1fa3b1cddbc80031fc14f4b3 (diff) | |
download | freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.gz freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.zst freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.zip |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
Diffstat (limited to 'games/gish-demo')
-rw-r--r-- | games/gish-demo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gish-demo/Makefile b/games/gish-demo/Makefile index e85371748d13..9a672ac95ead 100644 --- a/games/gish-demo/Makefile +++ b/games/gish-demo/Makefile @@ -3,6 +3,7 @@ PORTNAME= gish-demo PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://s159260531.onlinehome.us/demos/ DISTNAME= gishdemo |