diff options
Diffstat (limited to 'games/el/Makefile')
-rw-r--r-- | games/el/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index 0265fdf286bc..27905156b170 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= LOCAL/rene MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libcal3d.so:${PORTSDIR}/graphics/cal3d -RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data +LIB_DEPENDS= libpng.so:graphics/png \ + libvorbis.so:audio/libvorbis \ + libcal3d.so:graphics/cal3d +RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:games/el-data BROKEN_sparc64= Does not build on sparc64 |