aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
committernovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
commit9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch)
tree12d33efb5a1652f97d070a545c3f3e32f7376e51 /games
parent9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff)
downloadfreebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
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