diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 05:20:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 05:20:36 +0800 |
commit | 761509ed21f0255de7b3a6ffeec9c3c9de9b7050 (patch) | |
tree | 7ad5097eb55b7c70ab9a688170bc59f28174922a /net/gaim | |
parent | e1890b8c735160386380f71dff4c1caedddaa8cb (diff) | |
download | freebsd-ports-gnome-761509ed21f0255de7b3a6ffeec9c3c9de9b7050.tar.gz freebsd-ports-gnome-761509ed21f0255de7b3a6ffeec9c3c9de9b7050.tar.zst freebsd-ports-gnome-761509ed21f0255de7b3a6ffeec9c3c9de9b7050.zip |
Add a missing dependency on startup-notification.
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 |