diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-27 01:31:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-27 01:31:43 +0800 |
commit | 13a6593c4004535b1bedebb7654a71385f1290eb (patch) | |
tree | ed90bb3bda9dac9b9fcb45cd4f5099d253c83890 /games/avoision | |
parent | e27a35bd52269d1db7c374392b75b30f2eb48a8e (diff) | |
download | freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.tar.gz freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.tar.zst freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.zip |
Attempt to fix INDEX
With hat: portmgr
Diffstat (limited to 'games/avoision')
-rw-r--r-- | games/avoision/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/avoision/Makefile b/games/avoision/Makefile index 15bff1eea9f1..33431d50b7bc 100644 --- a/games/avoision/Makefile +++ b/games/avoision/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip |