diff options
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 |