From 19fba58b2018077ce9404f75ba68560492c61856 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 26 Mar 2016 11:44:21 +0000 Subject: games/tesseract: expand RUN_DEPENDS port origin Using variables for port origins break make operators like N: and M: depending on where they are applied. It more robust (and arguable more correct) to use a "hardcoded" path for *DEPENDS. Approved by: marino (Listed as reviewer) --- games/tesseract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/tesseract/Makefile b/games/tesseract/Makefile index 4751b38940d9..b0239345fb2b 100644 --- a/games/tesseract/Makefile +++ b/games/tesseract/Makefile @@ -13,7 +13,7 @@ COMMENT= Smooth FPS with map editing, instagib, DM and CTF LICENSE= ZLIB LIB_DEPENDS= libenet.so:net/enet -RUN_DEPENDS= ${PKGBASE}-data>=${PORTVERSION}:${PKGORIGIN}-data +RUN_DEPENDS= ${PKGBASE}-data>=${PORTVERSION}:games/tesseract-data USES= gmake pkgconfig tar:xz EXCLUDE= bin_unix config media screenshot src/enet src/lib\* src/xcode -- cgit v1.2.3