diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 14:00:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 14:00:10 +0800 |
commit | db9098f641fc6be714d94d0e7800f3b3511f9028 (patch) | |
tree | f535a323f60805021081325a3fa4f9c43fcb3a6e /x11/gnome-applets/Makefile | |
parent | afab79b72c6d1be6fd602918bc1bda94d9a0bc1d (diff) | |
download | marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar.gz marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar.bz2 marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar.lz marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar.xz marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.tar.zst marcuscom-ports-db9098f641fc6be714d94d0e7800f3b3511f9028.zip |
Fix the setting of CPU frequency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6827 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 7bcf0210e..dc724ae5d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.125 2006/07/21 20:47:01 mezz Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.126 2006/07/25 02:50:05 ahze Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.15.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |