diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-01 03:31:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-01 03:31:48 +0800 |
commit | 55fe9103d176622c9b8808d8dd9dfb6da8cd55b8 (patch) | |
tree | c1f594131600880f6d0952550e714d4ba10eb3fe /x11/gnome-applets/Makefile | |
parent | 107c99803e139f7bf7b80481535e353962e9de59 (diff) | |
download | marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar.gz marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar.bz2 marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar.lz marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar.xz marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.tar.zst marcuscom-ports-55fe9103d176622c9b8808d8dd9dfb6da8cd55b8.zip |
Catch up with the recent internal cpufreq changes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8443 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 11351ec68..65b063475 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.149 2007/02/15 19:45:38 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.150 2007/02/26 18:57:43 marcus Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.17.90 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |