aboutsummaryrefslogtreecommitdiffstats
path: root/games/libggz/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
committernovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
commit2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch)
treeff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /games/libggz/Makefile
parentc60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff)
downloadfreebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip
Chase gnutls shlib version change.
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 a487aa0ef9e7..bdc438aa9f49 100644
--- a/games/libggz/Makefile
+++ b/games/libggz/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libggz
PORTVERSION= 0.0.13
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
@@ -29,7 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-tls=GnuTLS
.else
USE_OPENSSL= yes