diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:01:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:01:09 +0000 |
commit | 92bc27010b84ca3d6d3efe86795da1facfe04566 (patch) | |
tree | a252847e206066530210fb18af9ef0c6f2a168e1 /x11-toolkits/gtk30 | |
parent | 458bf8d497d0b9cd9ada43afa7593c5558b2500b (diff) |
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 5e76c8e18e04..8e3848ad6844 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -30,8 +30,9 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \ librsvg2:run gtk-update-icon-cache -USES= compiler:c11 gettext gmake gnome libtool localbase \ +USES= compiler:c11 cpe gettext gmake gnome libtool localbase \ pathfix perl5 pkgconfig tar:xz +CPE_VENDOR= gnome CONFIGURE_ARGS= --enable-introspection CPPFLAGS+= -fno-omit-frame-pointer INSTALL_TARGET= install-strip |