diff options
author | marcus <marcus@FreeBSD.org> | 2008-04-08 13:47:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-04-08 13:47:42 +0800 |
commit | 6b01910032242684525c7deb73f6e5094b9ec9e6 (patch) | |
tree | e2c5b9181dcb608efde06da4fe69e05129fa3f07 /x11 | |
parent | 1dcdb353e5e7407d87522cbda78ebeeca1712f13 (diff) | |
download | freebsd-ports-gnome-6b01910032242684525c7deb73f6e5094b9ec9e6.tar.gz freebsd-ports-gnome-6b01910032242684525c7deb73f6e5094b9ec9e6.tar.zst freebsd-ports-gnome-6b01910032242684525c7deb73f6e5094b9ec9e6.zip |
Correct the gnome-settings-daemon dependency.
Submitted by: sajd on #freebsd-gnome
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
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 |