diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
commit | c706f7f3440734871fa53b3918c1e99eb287898c (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /games/bastet | |
parent | 96ec3df0612618019b94f6fd1c41e003d61ffabd (diff) |
Notes
Diffstat (limited to 'games/bastet')
-rw-r--r-- | games/bastet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bastet/Makefile b/games/bastet/Makefile index f282855c60e9..b3009c5209b2 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -13,7 +13,7 @@ COMMENT= An ncurses Tetris clone which is harder than every other Tetris LICENSE= GPLv3 # (or later) -LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs USES= ncurses USE_GMAKE= yes |