diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-13 06:29:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-13 06:29:22 +0800 |
commit | 280a71d62a50e3e9751120e716e10eb759f8d70b (patch) | |
tree | 147b7574956e834f34d0fae4c4f3e6abcbe89647 /deskutils | |
parent | 9376728cb1c5e56d29570d3f1f4ced22f0a19c76 (diff) | |
download | freebsd-ports-gnome-280a71d62a50e3e9751120e716e10eb759f8d70b.tar.gz freebsd-ports-gnome-280a71d62a50e3e9751120e716e10eb759f8d70b.tar.zst freebsd-ports-gnome-280a71d62a50e3e9751120e716e10eb759f8d70b.zip |
dbh got updated some time ago
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index f20b7ed94a1b..6a02546ed896 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-calendar PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -22,7 +22,7 @@ COMMENT= A calendar application to manage your time with XFce 4 BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - dbh-1.0.1:${PORTSDIR}/databases/dbh + dbh-4.5.4:${PORTSDIR}/databases/dbh USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes |