diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 21:20:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 21:20:36 +0000 |
commit | 7ff57c1e2eff355a504730dc815515faabdcf2a3 (patch) | |
tree | e2c921921131d48cc3f9a20b5614ee3c619ff4e1 /net/gaim | |
parent | 6d3c238d9389a8264a0d1a04ae30634a3bb3d681 (diff) | |
download | ports-7ff57c1e2eff355a504730dc815515faabdcf2a3.tar.gz ports-7ff57c1e2eff355a504730dc815515faabdcf2a3.zip |
Notes
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 6cf53359ceb5..1bdab97643d6 100644 --- a/net/gaim/Makefile +++ b/net/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 |