diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 12:54:41 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 12:54:41 +0000 |
commit | 095fdbcf13a90691a5a37ad37344db9bb90dd0b6 (patch) | |
tree | 03c3b0ef919af7965310acdc0340a1fe82ac0f02 /sysutils/gnome-power-manager | |
parent | 90979fb60fea38722690d6ded421298179a2664e (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-power-manager')
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index b8c7ddf417c1..1a3ddfbc5059 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-power-manager PORTVERSION= 2.16.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Power management system for the GNOME Desktop LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.2:${PORTSDIR}/devel/libnotify + notify.1:${PORTSDIR}/devel/libnotify USE_GETTEXT= yes USE_BZIP2= yes |