diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /net-im/gaim | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-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 'net-im/gaim')
-rw-r--r-- | net-im/gaim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 72ebf1f0d840..8ae3b8771787 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 WANT_GNOME= yes USE_BZIP2= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ @@ -54,7 +54,7 @@ PLIST_SUB+= EVO="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif |