summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-04-08 05:47:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-04-08 05:47:42 +0000
commit699695e3e776a3dc4750dfbd804134159ffc5f7b (patch)
tree6c8ea009bd37937c0c499270022657806c8e8292 /x11/gnome-applets
parentUpdate to 0.2.3. (diff)
Correct the gnome-settings-daemon dependency.
Submitted by: sajd on #freebsd-gnome
Notes
Notes: svn path=/head/; revision=210823
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r--x11/gnome-applets/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index eaf94524d7f7..eb847c8bd191 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gnome-applets
PORTVERSION= 2.22.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -16,13 +17,13 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Applets components for the GNOME 2 Desktop Environment
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
- ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
+ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
gweather.1:${PORTSDIR}/net/libgweather \
xklavier.12:${PORTSDIR}/x11/libxklavier \
gucharmap.6:${PORTSDIR}/deskutils/gucharmap
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
- ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
+ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
USE_GETTEXT= yes
USE_BZIP2= yes