diff options
author | barner <barner@FreeBSD.org> | 2005-11-11 19:19:41 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-11 19:19:41 +0800 |
commit | 9d9dc09736acafdd66de292fbc998f4f5664e120 (patch) | |
tree | 4190fc3639a381e462a338f2f7a7f5e1824c3b01 /games | |
parent | 533a1d7ea7fbaf46ac05a8786efd80a669082030 (diff) | |
download | freebsd-ports-gnome-9d9dc09736acafdd66de292fbc998f4f5664e120.tar.gz freebsd-ports-gnome-9d9dc09736acafdd66de292fbc998f4f5664e120.tar.zst freebsd-ports-gnome-9d9dc09736acafdd66de292fbc998f4f5664e120.zip |
Chase boost shared lib version to 3.
Forgotten by: barner
Reported by: pointyhat via kris
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxyhack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index f64148a9ff4c..4ae94dc6a8a4 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} \ MAINTAINER= alejandro@varnet.biz COMMENT= AI script based strategy game -LIB_DEPENDS= boost_filesystem.2:${PORTSDIR}/devel/boost \ +LIB_DEPENDS= boost_filesystem.3:${PORTSDIR}/devel/boost \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/src |