diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
commit | d9b3f2d70221e2edb53316d0af198504f8090ae1 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /x11 | |
parent | 82267b98f1fc7e9ab7316d3d76128cd4a197c04d (diff) | |
download | freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.gz freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.zst freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.zip |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cinnamon-session/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-session/Makefile | 2 | ||||
-rw-r--r-- | x11/mate-session-manager/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index edb16ed64478..11002fd38a74 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 \ xdpyinfo:x11/xdpyinfo -USES= autoreconf:build execinfo gettext gmake libtool \ +USES= autoreconf:build gettext gmake libtool \ pathfix pkgconfig tar:xz USE_GITHUB= yes GH_ACCOUNT= linuxmint diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index e93ffaa8517f..eb599ba91eb0 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -41,7 +41,7 @@ GROUPS= gdm PORTSCOUT= limitw:1,even -USES= cpe execinfo gettext gmake libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome CPE_VENDOR= gnome_display_manager USE_GNOME= dconf intlhack introspection librsvg2 diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index e4740cb97693..8c746de58762 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \ PORTSCOUT= limitw:1,even -USES= execinfo gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack intlhack libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 8d92229b4938..57ec6ab8b398 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \ PORTSCOUT= limitw:1,even -USES= execinfo gettext gmake localbase libtool pathfix \ +USES= gettext gmake localbase libtool pathfix \ pkgconfig tar:xz USE_MATE= desktop USE_XORG= ice sm x11 xau xext xrandr xrender xtrans xtst |