summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-07-05 14:52:41 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-07-05 14:52:41 +0000
commitb40496793c95f092173d3263125012268f1e5a1b (patch)
tree31e1b074660a46e05d45b4d2d9567a7fda8525d3 /x11
parente3a623b963078711cde4094205c1a61f8d791c59 (diff)
downloadpkgsrc-b40496793c95f092173d3263125012268f1e5a1b.tar.gz
libxfce4ui: set C99 dependency
Address build breakage noted in Joyent CentOS bulk builds.
Diffstat (limited to 'x11')
-rw-r--r--x11/libxfce4ui/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxfce4ui/Makefile b/x11/libxfce4ui/Makefile
index e2c8cce1b07..99c337ff0ac 100644
--- a/x11/libxfce4ui/Makefile
+++ b/x11/libxfce4ui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/05/23 02:02:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2019/07/05 14:52:41 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -27,6 +27,8 @@ CONF_FILES= ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.
MAKE_DIRS+= ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml \
${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml
+USE_LANGUAGES= c99
+
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/xfce4-conf/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"