diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 20:50:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 20:50:25 +0000 |
commit | cad71f2f117db46a457dd2c29a57f8ae070f48c6 (patch) | |
tree | 2f26c551ea69631a131a73e629c5fe7bbb112fa9 /games/xye | |
parent | 94e79cbba180a3a1adfaa143fac590c57caac2eb (diff) |
Notes
Diffstat (limited to 'games/xye')
-rw-r--r-- | games/xye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile index ece9f4e366c8..324139ebbb11 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -29,7 +29,7 @@ COMMENT= Puzzle games like sokoban or boulderdash LICENSE= ZLIB -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${LOCALBASE}/unzip:${PORTSDIR}/archivers/unzip USE_SDL= sdl image ttf GNU_CONFIGURE= yes |