diff options
author | John Marino <marino@FreeBSD.org> | 2016-03-26 11:44:21 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-03-26 11:44:21 +0000 |
commit | 19fba58b2018077ce9404f75ba68560492c61856 (patch) | |
tree | ecfb32fccfdaa14fe933ddb5ebe72354e12cea57 /games | |
parent | 93ce472fd228a1a5165cad15dccca524c8c3565e (diff) |
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)
Notes
Notes:
svn path=/head/; revision=411924
Diffstat (limited to 'games')
-rw-r--r-- | games/tesseract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |