summaryrefslogtreecommitdiff
path: root/net-im/gnomeicu2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-23 17:49:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-23 17:49:26 +0000
commit89d0399aa2efdbd283ea51de5926aab21428a6d5 (patch)
treec042840b152b2c68b91b7788ad19053f4071d630 /net-im/gnomeicu2/Makefile
parent* Update to 0.13.3.90 (diff)
* Change gnet dependency to gnet-glib2 which should fix some crashes users
were reporting * De-pkg-comment
Notes
Notes: svn path=/head/; revision=76290
Diffstat (limited to 'net-im/gnomeicu2/Makefile')
-rw-r--r--net-im/gnomeicu2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile
index db9c09a8bc32..eb5d53d77d9b 100644
--- a/net-im/gnomeicu2/Makefile
+++ b/net-im/gnomeicu2/Makefile
@@ -7,18 +7,19 @@
PORTNAME= gnomeicu2
PORTVERSION= 0.98.126
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
DISTNAME= gnomeicu-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME2 ICQ client
LIB_DEPENDS+= glade-2.0.0:${PORTSDIR}/devel/libglade2 \
panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
xml2.5:${PORTSDIR}/textproc/libxml2 \
- gnet.1:${PORTSDIR}/net/gnet \
+ gnet-glib2.7:${PORTSDIR}/net/gnet-glib2 \
gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
@@ -52,6 +53,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|gnet|gnet-glib2|g' ${WRKSRC}/configure
.include <bsd.port.mk>