diff options
Diffstat (limited to 'net-im/gossip/Makefile')
-rw-r--r-- | net-im/gossip/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 54b3770c435b..9c5184f3797a 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gossip -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK2 Jabber Instant Messaging client @@ -20,8 +19,10 @@ LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth USE_BZIP2= yes USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |