aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-settings
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2010-05-17 15:53:14 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2010-05-17 15:53:14 +0000
commit4a71b47eaf57f6981884d3c158c0c1e44241599e (patch)
tree9712b797f78b0e862e01fdd45d17190350f832bc /sysutils/xfce4-settings
parent6becbe2167c290a822d7df558e9bcd7ad898cb14 (diff)
downloadports-4a71b47eaf57f6981884d3c158c0c1e44241599e.tar.gz
ports-4a71b47eaf57f6981884d3c158c0c1e44241599e.zip
Notes
Diffstat (limited to 'sysutils/xfce4-settings')
-rw-r--r--sysutils/xfce4-settings/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile
index 3fd9ebe32e55..d553628b757b 100644
--- a/sysutils/xfce4-settings/Makefile
+++ b/sysutils/xfce4-settings/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-settings
PORTVERSION= 4.6.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils xfce
MASTER_SITES= http://www.xfce.org/archive/src/xfce/xfce4-settings/4.6/
DIST_SUBDIR= xfce4
@@ -44,7 +44,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
${WRKSRC}/dialogs/appearance-settings/main.c \
${WRKSRC}/xfsettingsd/xsettings.xml
- @${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g' \
+ @${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \
+ s|xkl_engine_stop_listen (settings->priv->xkl_engine)|xkl_engine_stop_listen (settings->priv->xkl_engine, FALSE)|g' \
${WRKSRC}/dialogs/keyboard-settings/xfce-keyboard-settings.c
.include <bsd.port.post.mk>