diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-19 18:34:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-19 18:34:49 +0000 |
commit | ed606077abc578e5be27d5ed106edde5272fb241 (patch) | |
tree | 91747c1dafadf8b30a6ea5ca47c9baeb1bebdfe2 /x11-toolkits/libxfce4gui/Makefile | |
parent | Fix the client's packing list. (diff) |
update to 4.2.2
Diffstat (limited to 'x11-toolkits/libxfce4gui/Makefile')
-rw-r--r-- | x11-toolkits/libxfce4gui/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index d2c2c2d28056..73dcecd995b3 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4gui -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.2 PORTREVISION= 0 CATEGORIES= x11-toolkits xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -22,7 +22,7 @@ COMMENT= XFce 4 widget library required by xfce4 and xfwm4 LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ xfce4util.1:${PORTSDIR}/x11/libxfce4util -USE_GNOME= gtk20 +USE_GNOME= gtk20 gnomehack USE_REINPLACE= yes USE_X_PREFIX= yes USE_LIBTOOL_VER=15 @@ -37,8 +37,4 @@ CONFIGURE_ARGS+=--enable-gtk-doc CONFIGURE_ARGS+=--disable-gtk-doc .endif -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/libxfcegui4/Makefile.in - .include <bsd.port.mk> |