diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-28 14:53:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-28 14:53:12 +0800 |
commit | 6639295d3ad47714e594dc4b69cf94bdf90699ba (patch) | |
tree | 148948c9cf8355ff008eb355b0c4b72e87bb57fd /x11/gnome-applets/Makefile | |
parent | f3c97fedc85a1f1b96d56fa47bb234805dc03b1b (diff) | |
download | marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar.gz marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar.bz2 marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar.lz marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar.xz marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.tar.zst marcuscom-ports-6639295d3ad47714e594dc4b69cf94bdf90699ba.zip |
Add ACPI support to the battstat applet. The only known issue is that
rechargning time does not work, but this is a problem with ACPI reporting
on FreeBSD.
Tested by: Scott Dodson <sdodson@sdodson.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2890 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index a0b550f3d..ad0a01c58 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.8 |