aboutsummaryrefslogtreecommitdiffstats
path: root/net/gossip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gossip/Makefile')
-rw-r--r--net/gossip/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/gossip/Makefile b/net/gossip/Makefile
index 3629361a47df..16b6f2866b51 100644
--- a/net/gossip/Makefile
+++ b/net/gossip/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gossip
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK2 Jabber Instant Messaging client
@@ -21,5 +21,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>