diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
commit | a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e (patch) | |
tree | 82da5b69a7ba645c6c8ce76f4053ca40920e9b6b /sysutils | |
parent | 5dce9ed410ba0ee52b4a9223acc51c404a0a3c2c (diff) | |
download | freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.tar.gz freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.tar.zst freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.zip |
Track libnotify update
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-volume-manager/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index ed1d188d8f2f..f0b39a1b3ff9 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -7,6 +7,7 @@ PORTNAME= brasero PORTVERSION= 0.4.90 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= SOURCEFORGE MASTER_SITE_SUBDIR= bonfire @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= bonfire MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop -LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify \ +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer USE_GETTEXT= yes 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 diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile index bf5e7f2a7477..457fe3f6f8ed 100644 --- a/sysutils/gnome-volume-manager/Makefile +++ b/sysutils/gnome-volume-manager/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-volume-manager PORTVERSION= 2.15.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -16,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Automatically mount removable media, and more LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.2:${PORTSDIR}/devel/libnotify + notify.1:${PORTSDIR}/devel/libnotify USE_XLIB= yes USE_BZIP2= yes |