summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-01-02 08:54:13 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-01-02 08:54:13 +0000
commit3d0dcc46ab28c7878935e64dfe02556912e62702 (patch)
tree181d1b6872876f32cf58ed1d2d107df2d1644a6a /games
parentUpdate to 1.6.1. (diff)
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Notes
Notes: svn path=/head/; revision=181262
Diffstat (limited to 'games')
-rw-r--r--games/libggz/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile
index bdc438aa9f49..19a88604b418 100644
--- a/games/libggz/Makefile
+++ b/games/libggz/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libggz
PORTVERSION= 0.0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
@@ -22,7 +22,7 @@ USE_GNOME= gnomehack gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-debug
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN3= ggz.h.3
@@ -30,7 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-tls=GnuTLS
.else
USE_OPENSSL= yes