summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 21:20:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 21:20:36 +0000
commit7ff57c1e2eff355a504730dc815515faabdcf2a3 (patch)
treee2c921921131d48cc3f9a20b5614ee3c619ff4e1 /net-im
parentUpdate to 2.4.1. (diff)
Add a missing dependency on startup-notification.
Notes
Notes: svn path=/head/; revision=90818
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 6cf53359ceb5..1bdab97643d6 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -6,6 +6,7 @@
PORTNAME= gaim
PORTVERSION= 0.71
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -13,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= marcus@FreeBSD.org
COMMENT= Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes