diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-08 00:46:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-08 00:46:00 +0800 |
commit | 7db11fb1b34de97f59b08be0a593428b18c5f44e (patch) | |
tree | c29c1d53ca6efa79c9d26b0b07968f86dc410eef /x11/gnome2 | |
parent | 312dc9e73db05edb7b2a251c3b0859c8864ade45 (diff) | |
download | freebsd-ports-gnome-7db11fb1b34de97f59b08be0a593428b18c5f44e.tar.gz freebsd-ports-gnome-7db11fb1b34de97f59b08be0a593428b18c5f44e.tar.zst freebsd-ports-gnome-7db11fb1b34de97f59b08be0a593428b18c5f44e.zip |
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)
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> |