diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-09 04:15:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-09 04:15:02 +0800 |
commit | d92c69781151b4b2b33b5ecba8a7698c08b729ce (patch) | |
tree | 0b4132441c6fc30d1114a980c53adba6cc48e30d /x11-fm | |
parent | 8bd6f93239d5519044f99fc5e5bb55bbe6da82f4 (diff) | |
download | freebsd-ports-graphics-d92c69781151b4b2b33b5ecba8a7698c08b729ce.tar.gz freebsd-ports-graphics-d92c69781151b4b2b33b5ecba8a7698c08b729ce.tar.zst freebsd-ports-graphics-d92c69781151b4b2b33b5ecba8a7698c08b729ce.zip |
fix compilation with dbh 4
Noted by: girgen
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfce4-fm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index eb735350dee..5895a9c2602 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-fm PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -20,7 +20,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 file manager BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ +LIB_DEPENDS= dbh-4.5.4:${PORTSDIR}/databases/dbh \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui @@ -44,4 +44,7 @@ CONFIGURE_ARGS+=--enable-librsvg CONFIGURE_ARGS+=--disable-librsvg .endif +post-patch: + @${REINPLACE_CMD} 's|dbh-1\.0|dbh|g' ${WRKSRC}/configure + .include <bsd.port.mk> |