diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
commit | 9468432a48314313f7585654ac6db575a0b6648a (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /games/warsow/Makefile | |
parent | 7dab44519c236716f2931f748b67aa53dbd55ed4 (diff) | |
download | ports-9468432a48314313f7585654ac6db575a0b6648a.tar.gz ports-9468432a48314313f7585654ac6db575a0b6648a.zip |
Notes
Diffstat (limited to 'games/warsow/Makefile')
-rw-r--r-- | games/warsow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index 3e788305caea..6ba2d0261dc3 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -15,7 +15,7 @@ COMMENT= Futuristic, fast-paced first person shooter LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS= ${DATADIR}/basewsw/data1_15.pk3:games/warsow-data +RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/basewsw/data1_15.pk3:games/warsow-data ONLY_FOR_ARCHS= i386 amd64 |