diff options
Diffstat (limited to 'deskutils/clipit/Makefile')
-rw-r--r-- | deskutils/clipit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/clipit/Makefile b/deskutils/clipit/Makefile index 75c98f732b95..3d5f37faff14 100644 --- a/deskutils/clipit/Makefile +++ b/deskutils/clipit/Makefile @@ -23,7 +23,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ON= localedir=${LOCALBASE}/share/locale NLS_CONFIGURE_OFF= --disable-nls -XDOTOOL_RUN_DEPENDS+= xdotool:${PORTSDIR}/x11/xdotool +XDOTOOL_RUN_DEPENDS+= xdotool:x11/xdotool post-patch: @${REINPLACE_CMD} -e 's|^itlocaledir =.*|itlocaledir = $$(datarootdir)/locale|' \ |