diff options
author | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
commit | bf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch) | |
tree | 1959b096418c744ba154c2fbbfdbf7055a654918 /games | |
parent | f68596762687c06b29aade20be0bfa9330b5ee81 (diff) | |
download | freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip |
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxyhack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index bf5a6d46d0a..a8e446ee520 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -7,7 +7,7 @@ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= alepulver@FreeBSD.org COMMENT= AI script based strategy game -LIB_DEPENDS= boost_filesystem.3:${PORTSDIR}/devel/boost \ +LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \ freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes |