diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-26 17:31:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-26 17:31:43 +0000 |
commit | 125764e022797bc1e8eaeccd7f561c0266ef7d65 (patch) | |
tree | ed90bb3bda9dac9b9fcb45cd4f5099d253c83890 /games/fbg2 | |
parent | ff33874530347dd4e445f19e35b8208ca470a23b (diff) | |
download | ports-125764e022797bc1e8eaeccd7f561c0266ef7d65.tar.gz ports-125764e022797bc1e8eaeccd7f561c0266ef7d65.zip |
Attempt to fix INDEX
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=355419
Diffstat (limited to 'games/fbg2')
-rw-r--r-- | games/fbg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fbg2/Makefile b/games/fbg2/Makefile index 33763305b57c..d2c290b0ac85 100644 --- a/games/fbg2/Makefile +++ b/games/fbg2/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 |