diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-16 01:45:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-16 01:45:37 +0800 |
commit | 237c72f616065b40f91f7b2ba9e8bf85b46246d2 (patch) | |
tree | bfeab250b373de818ecedb5e96350d7a37024838 | |
parent | 42a2e060b031856ca044da23b54906620e31cab4 (diff) | |
download | marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar.gz marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar.bz2 marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar.lz marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar.xz marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.tar.zst marcuscom-ports-237c72f616065b40f91f7b2ba9e8bf85b46246d2.zip |
Add the freedesktop-sound-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11293 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 13ea76cc9..1e3d96bda 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.249 2008/08/06 15:44:13 mezz Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.250 2008/08/06 20:19:50 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.23.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -71,7 +71,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple cheese:${PORTSDIR}/multimedia/cheese \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ - empathy:${PORTSDIR}/net-im/empathy + empathy:${PORTSDIR}/net-im/empathy \ + ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme NO_BUILD= yes |