diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-26 17:22:15 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-26 17:22:15 +0000 |
commit | d471b6deea813ad6ece1f7f86c5c10cb948af912 (patch) | |
tree | da87de766b0c8fcb887d905412f1921c6ff160d2 /games/pokerth | |
parent | bfa3388f8f0593945fcb2d41fc872125d42b6d80 (diff) | |
download | ports-d471b6deea813ad6ece1f7f86c5c10cb948af912.tar.gz ports-d471b6deea813ad6ece1f7f86c5c10cb948af912.zip |
- Chase devel/boost lib version bump
PR: ports/114941
Submitted by: Yinghong Liu <relaxbsd at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=196331
Diffstat (limited to 'games/pokerth')
-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 |