diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-07 19:23:24 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-07 19:23:24 +0000 |
commit | e25e258c556433070983bf870b91cb203ee114bb (patch) | |
tree | 9d59a14c78eadd9ef563cc2a8ebf205d02e057f6 | |
parent | Correct last commit. (diff) |
fix dbh Dependency
Bump PORTREVISION
Noted By: Rolandas Naujikas <rolnas@takas.lt>
Notes
Notes:
svn path=/head/; revision=106447
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/xfce4-fm/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index a269904e79ed..a9daf828577d 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-fm PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ @@ -19,7 +19,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 file manager BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= dbh.1:${PORTSDIR}/databases/dbh \ +LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui |