summaryrefslogtreecommitdiff
path: root/games/bastet
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 11:14:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 11:14:49 +0000
commitc706f7f3440734871fa53b3918c1e99eb287898c (patch)
tree0460d125ade9bf9b94b7daecf24b65257facfc3b /games/bastet
parentUpdate to version 1.9.21.1 (diff)
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336255
Diffstat (limited to 'games/bastet')
-rw-r--r--games/bastet/Makefile2
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