diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-08 20:15:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-08 20:15:02 +0000 |
commit | 9208a2218c0cc24e590b508cf4598ad263b737fd (patch) | |
tree | 0b8281c2e956f04b013aa0bbd8efe7d214a123b1 /x11-fm | |
parent | 371d1684c52cda5e708b3001c147bc2491fbc04b (diff) | |
download | ports-9208a2218c0cc24e590b508cf4598ad263b737fd.tar.gz ports-9208a2218c0cc24e590b508cf4598ad263b737fd.zip |
fix compilation with dbh 4
Noted by: girgen
Notes
Notes:
svn path=/head/; revision=176854
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 eb735350deeb..5895a9c2602a 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> |