diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-14 13:54:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-14 13:54:59 +0800 |
commit | d662472550375f87b65fad1eff94856cb520c9e2 (patch) | |
tree | 6a6fc2fc5899bb754cd2dc30e3e4a5ddd15c078c /x11/gnome-applets/Makefile | |
parent | 15366306a0eb6be860cd219fb15656c006e28d52 (diff) | |
download | marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar.gz marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar.bz2 marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar.lz marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar.xz marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.tar.zst marcuscom-ports-d662472550375f87b65fad1eff94856cb520c9e2.zip |
Complete cpufreq support by adding the ability to set the frequency from
the applet. Initial tests shows this works, but I would appreciate
real-world feedback.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3650 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 7b54675b6..b15f14ea6 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.9 |