diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-07-07 11:42:28 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-07-07 11:42:28 +0800 |
commit | f2295f6733b3257163dc004eb76445131e8ec21d (patch) | |
tree | 830f5337363feecf28a7d98238d2b1033f1623f5 /x11 | |
parent | 6b7f8f1bac5092773c9cd17e79c6f82a182d3c28 (diff) | |
download | freebsd-ports-gnome-f2295f6733b3257163dc004eb76445131e8ec21d.tar.gz freebsd-ports-gnome-f2295f6733b3257163dc004eb76445131e8ec21d.tar.zst freebsd-ports-gnome-f2295f6733b3257163dc004eb76445131e8ec21d.zip |
Chase the optional devel/libnotify update so that the battstat applet
will show me that my laptop's battery is nearly dead as I commit this.
Approved by: mezz
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index d0aba2ab2f74..e9c74b491d0a 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-applets PORTVERSION= 2.14.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |