diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-07 14:03:53 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-07 14:03:53 +0000 |
commit | b1dbb0ccc9821af0e0cd41737d39431f113cb2cf (patch) | |
tree | 6920755f5d9333c39038c8ba48e0f2b9c2bff62f /x11-toolkits/libxfce4gui | |
parent | a6531896cfe3947411b2fa88b299690cb5d78335 (diff) | |
download | ports-b1dbb0ccc9821af0e0cd41737d39431f113cb2cf.tar.gz ports-b1dbb0ccc9821af0e0cd41737d39431f113cb2cf.zip |
Notes
Diffstat (limited to 'x11-toolkits/libxfce4gui')
-rw-r--r-- | x11-toolkits/libxfce4gui/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index 33f7b9f0e231..0b531a990839 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxfce4gui PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -19,7 +19,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 widget library required by xfce4 and xfwm4 -LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh10 \ +LIB_DEPENDS= dbh-4.5.4:${PORTSDIR}/databases/dbh \ xfce4util.1:${PORTSDIR}/x11/libxfce4util USE_GNOME= gtk20 gnomehack @@ -35,4 +35,7 @@ CONFIGURE_ARGS+=--enable-gtk-doc CONFIGURE_ARGS+=--disable-gtk-doc .endif +post-patch: + @${REINPLACE_CMD} 's|dbh-1\.0|dbh|g' ${WRKSRC}/configure + .include <bsd.port.mk> |