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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/ontv/Makefile | 4 | ||||
-rw-r--r-- | deskutils/timer-applet/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index 9d130bbdba80..b47cd0098017 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -8,7 +8,7 @@ PORTNAME= ontv PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Applet frontend of XMLTV -LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \ tv_grab_be:${PORTSDIR}/textproc/p5-xmltv diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 867ecf7f987d..2c2ef883732a 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -7,7 +7,7 @@ PORTNAME= timer-applet PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet |