diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-23 19:45:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-23 19:45:23 +0000 |
commit | e2a59c5f13d406e99276757954c5c2015a188205 (patch) | |
tree | 68bd34af9e527a1bded9d9c69b4796d3f4facdd7 /net-im/gossip | |
parent | c025ea27694153541ce273ba532dfb34f440c93e (diff) |
Notes
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index d09933589fc3..539f5eb1b861 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -7,6 +7,7 @@ PORTNAME= gossip PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +27,7 @@ USE_XLIB= yes GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils +USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel gnomedocutils INSTALLS_OMF= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-dbus=yes |