diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-07 16:46:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-07 16:46:00 +0000 |
commit | 3fa35f79c931eb119a9a5aa7de34c7c0fb96101a (patch) | |
tree | 9ed86c1a5fcfc06518ad29fbf3b90a80674f8e1f /x11/gnome2 | |
parent | Bump PORTREVISION on all ports that received the imlib2 shlib chase. (diff) |
Remove gnomemeeting from the gnome2 metaport. It's big, pulls in big
dependencies, isn't ubiquitously useful, and makes pointyhat cry.
Given blessing by: kwm (gnomemeeting's maintainer)
Notes
Notes:
svn path=/head/; revision=130542
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 1043d85555f7..0ddd63d09fca 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -72,8 +73,4 @@ do-install: # empty RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif -.if ${ARCH} == "i386" -RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting -.endif - .include <bsd.port.post.mk> |