diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 03:27:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 03:27:36 +0800 |
commit | 4769f2949495d1e4a9914e07bc7be62ef5a6c616 (patch) | |
tree | aab9fe9dc5a09fae55a4bcc862d09f38d8716877 /x11/gnome-applets/Makefile | |
parent | cfae6e9cbc37e471a1943fdf094e4f5e9bc5350a (diff) | |
download | marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.gz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.bz2 marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.lz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.xz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.zst marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.zip |
* Switch the gnomesystemtools dependency check
* Use zzz instead of apm -s to allow support for ACPI suspend as well [1]
Requested by: sajd on #freebsd-gnome (I think) [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3635 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index f7bad4643..ba8a2a64d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.9.6 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.9 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Applets components for the Gnome 2 Desktop Environment -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-system-tools.pc:${PORTSDIR}/sysutils/gnomesystemtools LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 \ xklavier.10:${PORTSDIR}/x11/libxklavier \ gucharmap.4:${PORTSDIR}/deskutils/gucharmap |