diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-07 22:03:53 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-07 22:03:53 +0800 |
commit | 772c838df0ceef702d3e2ac97a815072d540e8b8 (patch) | |
tree | 09296a7732227feb0a9b3b952dee50dbfeb5b0bf | |
parent | f8e15b56c88fd50d7f7b5384d7b08e009de0f3ea (diff) | |
download | freebsd-ports-gnome-772c838df0ceef702d3e2ac97a815072d540e8b8.tar.gz freebsd-ports-gnome-772c838df0ceef702d3e2ac97a815072d540e8b8.tar.zst freebsd-ports-gnome-772c838df0ceef702d3e2ac97a815072d540e8b8.zip |
depend on dbh 4.5.0
otherwise some ports depending on libxfce4gui are not compileable because
on of there dbh 4.5 dependencies which are conflicting libxfceguis former
with dbh10 dependency
Bump PORTREVISION
-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> |