diff options
author | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
commit | 2c4c8c6f01cd6000acf80000c9a71b72384b1918 (patch) | |
tree | 107827180804013002a7304e5bb1d740362ca5bf /games | |
parent | ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1 (diff) | |
download | freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.gz freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.zst freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.zip |
Chase security/gsasl library update
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 36034261d3b0..50d96234cc08 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,7 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} DISTNAME= PokerTH-${PORTVERSION}-src @@ -22,7 +22,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ mikmod:${PORTSDIR}/audio/libmikmod \ gnutls:${PORTSDIR}/security/gnutls \ curl:${PORTSDIR}/ftp/curl \ - gsasl5:${PORTSDIR}/security/gsasl \ + gsasl.16:${PORTSDIR}/security/gsasl \ tinyxml:${PORTSDIR}/textproc/tinyxml BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient |