diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /games/pokerth | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
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 2e696b417454..5e7d64e3ae20 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= PokerTH-${PORTVERSION}-src @@ -16,7 +17,7 @@ COMMENT= A poker game written in C++/QT4 LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ - gnutls.26:${PORTSDIR}/security/gnutls \ + gnutls.40:${PORTSDIR}/security/gnutls \ curl.5:${PORTSDIR}/ftp/curl USE_ICONV= yes |