aboutsummaryrefslogtreecommitdiff
path: root/games/libggz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libggz/Makefile')
-rw-r--r--games/libggz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile
index cad83ccc2208..7f48f5ee6553 100644
--- a/games/libggz/Makefile
+++ b/games/libggz/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libggz
PORTVERSION= 0.0.12
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
@@ -28,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-tls=GnuTLS
.else
USE_OPENSSL= yes