diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 8 | ||||
-rw-r--r-- | net-im/libgaim/Makefile | 4 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 33954d75d..56a883374 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -2,12 +2,12 @@ # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $FreeBSD: ports/net-im/gaim/Makefile,v 1.191 2006/10/14 08:54:37 marcus Exp $ +# $FreeBSD$ # PORTNAME= gaim PORTVERSION= 1.5.0 -PORTREVISION= 9 +PORTREVISION= 10 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 diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index 77ae93f89..404b77384 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.4 2007/01/22 00:57:26 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 77ae93f89..404b77384 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.4 2007/01/22 00:57:26 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |