1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

fix compilation with dbh 4

Noted by:	girgen
This commit is contained in:
Oliver Lehmann 2006-11-08 20:15:02 +00:00
parent 371d1684c5
commit 9208a2218c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176854

View File

@ -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>