diff options
Diffstat (limited to 'games/glest/Makefile')
-rw-r--r-- | games/glest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index 9f3e17835f1a..abeeaf5c88a3 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -15,7 +15,7 @@ COMMENT= Free 3D real-time customizable strategy game LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libvorbis.so:audio/libvorbis BUILD_DEPENDS= jam:devel/jam -RUN_DEPENDS= ${DATADIR}/servers.ini:games/glest-data +RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data USES= dos2unix openal:al,alut pkgconfig zip lua:51 USE_AUTOTOOLS= automake:env autoconf:env |