diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-12 22:29:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-12 22:29:22 +0000 |
commit | a5f05b013128acdc49386ba0b397bf99e8966e7a (patch) | |
tree | d568639d2ac610c0d57295fb2e0b50a1b52da7da | |
parent | 3633c37e95d59551772f1651e71f11f9087449ee (diff) | |
download | ports-a5f05b013128acdc49386ba0b397bf99e8966e7a.tar.gz ports-a5f05b013128acdc49386ba0b397bf99e8966e7a.zip |
Notes
-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 |