diff options
author | oliver <oliver@FreeBSD.org> | 2004-04-08 03:23:24 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-04-08 03:23:24 +0800 |
commit | a0e28c0a84866087de30029a89c045c28669d40b (patch) | |
tree | fa59cbd7a06e04fcfadef637628b6ea10acf1e43 /deskutils | |
parent | 9fc3b6465cd1eed1f5f256c4aab619ff62c87b8d (diff) | |
download | freebsd-ports-gnome-a0e28c0a84866087de30029a89c045c28669d40b.tar.gz freebsd-ports-gnome-a0e28c0a84866087de30029a89c045c28669d40b.tar.zst freebsd-ports-gnome-a0e28c0a84866087de30029a89c045c28669d40b.zip |
fix dbh Dependency
Bump PORTREVISION
Noted By: Rolandas Naujikas <rolnas@takas.lt>
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 7973e56fa0d8..22a305494009 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-calendar PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.4/ \ http://www.xfce.org/archive/xfce-4.0.4/src/ @@ -20,7 +20,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.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ - dbh.1:${PORTSDIR}/databases/dbh + dbh-1.0.1:${PORTSDIR}/databases/dbh USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes |