diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-05 23:09:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-05 23:09:31 +0800 |
commit | 44c33e01b9293d635379274ad6b0a12fd4f44d2e (patch) | |
tree | 5fe2246c0c4bc634608901f24fdc4ac2c4f99ba9 /x11/gnome2/Makefile | |
parent | cd015fa0f06b7cd0915d45c8aa1d9427f8e64710 (diff) | |
download | marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar.gz marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar.bz2 marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar.lz marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar.xz marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.tar.zst marcuscom-ports-44c33e01b9293d635379274ad6b0a12fd4f44d2e.zip |
Add gstreamer-plugins-gconf.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4180 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 2a84bb3aa..46a7010cf 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome2/Makefile,v 1.110 2005/06/28 05:40:12 adamw Exp $ # PORTNAME= gnome2 PORTVERSION= 2.11.3 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -54,6 +55,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 vino-session:${PORTSDIR}/net/vino \ ximian-connector-setup-2.4:${PORTSDIR}/mail/evolution-exchange \ ${X11BASE}/lib/gstreamer-0.8/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ + ${X11BASE}/lib/gstreamer-0.8/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ totem:${PORTSDIR}/multimedia/totem-gstreamer \ gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \ ${X11BASE}/share/gnome/gnome-background-properties/gnome-branded.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ |