diff options
-rw-r--r-- | x11/xfce4-desktop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xfce4-desktop/Makefile b/x11/xfce4-desktop/Makefile index f6bf9de2d1c..bdccfc1d26b 100644 --- a/x11/xfce4-desktop/Makefile +++ b/x11/xfce4-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2019/07/18 08:15:39 nia Exp $ +# $NetBSD: Makefile,v 1.79 2019/07/20 18:19:42 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -13,6 +13,8 @@ COMMENT= Xfce desktop background manager CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} +USE_LANGUAGES= c99 + .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libwnck3/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |