diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-13 08:09:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-13 08:09:20 +0000 |
commit | 1a2a4eb8d448bb70e2386bc3f9c7a6db25d23c63 (patch) | |
tree | 659a7ceb58cf3db7d895cff8b534eb7ececeb7d7 /net-im/gaim/Makefile | |
parent | 126a39898aecb5709820ef7b95937f13ee26049f (diff) |
Notes
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index e0baf88abbd7..275baa60e809 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -5,8 +5,7 @@ # PORTNAME= gaim -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gtk20 +WANT_GNOME= yes USE_PERL5= yes USE_BZIP2= yes INSTALLS_SHLIB= yes @@ -39,6 +39,14 @@ MAN1= gaim.1 gaim-remote.1 WITH_GNUTLS= yes .endif +.if ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +PLIST_SUB+= EVO="" +.else +CONFIGURE_ARGS+=--disable-gevolution +PLIST_SUB+= EVO="@comment " +.endif + .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else |