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/vegastrike | |
parent | 7dab44519c236716f2931f748b67aa53dbd55ed4 (diff) | |
download | ports-9468432a48314313f7585654ac6db575a0b6648a.tar.gz ports-9468432a48314313f7585654ac6db575a0b6648a.zip |
Notes
Diffstat (limited to 'games/vegastrike')
-rw-r--r-- | games/vegastrike/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index a3dab36c33af..5acdf4ba7ae1 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -14,7 +14,7 @@ COMMENT= Open source 3D space simulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${DATADIR}/vegastrike.ico:games/vegastrike-data +RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libexpat.so:textproc/expat2 \ libvorbis.so:audio/libvorbis \ |