diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-18 20:07:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-18 20:07:29 +0000 |
commit | f7a165cc542c1c2bd4ed0e158947aac6658ecee4 (patch) | |
tree | 3963f0d9794c60fdad98b34a17171bd18866e326 /net-im/gossip/Makefile | |
parent | 3ab2489605b89a6b12db24fccee660c956a1367b (diff) |
Notes
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" |