From ead4be38d89ad64cc1ca84c5a754424cbca9bc21 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 7 Sep 2016 12:43:22 +0000 Subject: - 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 --- games/linux-nwnclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/linux-nwnclient') diff --git a/games/linux-nwnclient/Makefile b/games/linux-nwnclient/Makefile index 6c2cb3c877db..031f849ef549 100644 --- a/games/linux-nwnclient/Makefile +++ b/games/linux-nwnclient/Makefile @@ -3,7 +3,7 @@ PORTNAME= nwnclient PORTVERSION= 1.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://na.llnet.bioware.cdn.ea.com/u/f/eagames/bioware/neverwinternights/updates/linux/${PORTVERSION:S/.//}/:CLIENT \ http://nwdownloads.bioware.com/neverwinternights/linux/129/:ORIG \ -- cgit