diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-27 01:22:15 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-27 01:22:15 +0800 |
commit | 67b26c831170854af3ece0ba9235dc097c497611 (patch) | |
tree | 469ae6e8bd6d8dc286b096118ea32e7c5f726996 /games | |
parent | 4dde0c66e1505f5585da0fee131f01d9d16c44f9 (diff) | |
download | freebsd-ports-gnome-67b26c831170854af3ece0ba9235dc097c497611.tar.gz freebsd-ports-gnome-67b26c831170854af3ece0ba9235dc097c497611.tar.zst freebsd-ports-gnome-67b26c831170854af3ece0ba9235dc097c497611.zip |
- Chase devel/boost lib version bump
PR: ports/114941
Submitted by: Yinghong Liu <relaxbsd at gmail.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 0906fb16dcd3..5f1c9a200246 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= relaxbsd@gmail.com COMMENT= A poker game written in C++/QT4 -LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost \ +LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ mikmod.2:${PORTSDIR}/audio/libmikmod MANUAL_PACKAGE_BUILD= requires large memory to build |