diff options
author | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
commit | 5686c6bba6db8594ff7587f3fd3936759fbdf841 (patch) | |
tree | 51c0f6ca50c72fff0209fcf2c89e9fabdff4e640 /games/pokerth | |
parent | 8e07332e9a2eb370fb47f4fb4f35d4e5cefbdcef (diff) | |
download | freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.gz freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.zst freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.zip |
Chase security/gsasl 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 f22c4b611428..edcb9f972cb6 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8 DISTNAME= PokerTH-${PORTVERSION}-src @@ -18,7 +19,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ gnutls.40:${PORTSDIR}/security/gnutls \ curl.6:${PORTSDIR}/ftp/curl \ - gsasl.14:${PORTSDIR}/security/gsasl + gsasl.15:${PORTSDIR}/security/gsasl USE_ICONV= yes USE_BZIP2= yes |