diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-28 13:47:32 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-28 13:47:32 +0000 |
commit | f8d82375d637b8885a71bf75fa9319e68b0b6290 (patch) | |
tree | c34ff06f5e6c0c0bcfa5fd1795848733c6d1470a /x11 | |
parent | 2319135881086384acb53e6edfb96ef3a7f4c82c (diff) | |
download | ports-f8d82375d637b8885a71bf75fa9319e68b0b6290.tar.gz ports-f8d82375d637b8885a71bf75fa9319e68b0b6290.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxfce4menu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index cede6d6c0395..0faeb81b39cc 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -16,8 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-tools gmake gnome libtool pathfix pkgconfig \ - tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ + pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= xfconf |