diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-21 06:56:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-21 06:56:26 +0800 |
commit | eee1e9ac213d6b42ca972fa5fe9477d8e1f038bf (patch) | |
tree | eae5da5c9aff62731dea6579fc40580cc639daba | |
parent | beb43a89b74e805f4736fc3636c46381d68a6831 (diff) | |
download | marcuscom-ports-eee1e9ac213d6b42ca972fa5fe9477d8e1f038bf.tar.gz marcuscom-ports-eee1e9ac213d6b42ca972fa5fe9477d8e1f038bf.tar.zst marcuscom-ports-eee1e9ac213d6b42ca972fa5fe9477d8e1f038bf.zip |
Chase ekiga shuffle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18687 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome3/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 687102cd4..7e1e4b28e 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -1,10 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11/gnome2/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome2 PORTVERSION= 2.32.1 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -95,7 +95,7 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ - ekiga:${PORTSDIR}/net/ekiga3 \ + ekiga:${PORTSDIR}/net-im/ekiga \ cheese:${PORTSDIR}/multimedia/cheese . if ${ARCH} == "i386" diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 86dfc4cf9..1bc19f427 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome3 PORTVERSION= 3.6.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -37,7 +37,8 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ caribou:${PORTSDIR}/accessibility/caribou \ ${LOCALBASE}/share/help/C/gnome-help/index.page:${PORTSDIR}/misc/gnome-user-docs3 \ - ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme + ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \ + ekiga:${PORTSDIR}/net-im/ekiga NO_BUILD= yes |