aboutsummaryrefslogtreecommitdiffstats
path: root/games/bastet/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-12 19:14:49 +0800
committerbapt <bapt@FreeBSD.org>2013-12-12 19:14:49 +0800
commita03ecb05bb0543f92f03d716670068d571494b2f (patch)
tree0460d125ade9bf9b94b7daecf24b65257facfc3b /games/bastet/Makefile
parentcb1b40062bd7ce2bab67a387e8afac264ac63860 (diff)
downloadfreebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.gz
freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.zst
freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.zip
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'games/bastet/Makefile')
-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