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-wm | |
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-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/muffin/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 17706a2d1709..54ca1d689273 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libtiff.so:graphics/tiff RUN_DEPENDS= xli:graphics/xli -USES= execinfo gmake jpeg pkgconfig shebangfix tar:bzip2 +USES= gmake jpeg pkgconfig shebangfix tar:bzip2 USE_CSTD= gnu89 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index d7a6a262323a..137722731c2a 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -34,7 +34,7 @@ CONFLICTS_INSTALL= awesome3-[0-9]* USE_GITHUB= yes GH_ACCOUNT= awesomewm -USES= cmake:outsource execinfo gettext iconv pkgconfig lua shebangfix +USES= cmake:outsource gettext iconv pkgconfig lua shebangfix SHEBANG_FILES= utils/awesome-client CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \ -DAWESOME_MAN_PATH=${MANPREFIX}/man \ diff --git a/x11-wm/awesome3/Makefile b/x11-wm/awesome3/Makefile index 4f3063790a3e..b40d018906f3 100644 --- a/x11-wm/awesome3/Makefile +++ b/x11-wm/awesome3/Makefile @@ -39,7 +39,7 @@ CONFLICTS_INSTALL= awesome-[0-9]* DEPRECATED= Awesome WM 3.x is deprecated use 4.x instead EXPIRATION_DATE=2017-10-10 -USES= cmake execinfo gettext iconv pkgconfig lua tar:xz +USES= cmake gettext iconv pkgconfig lua tar:xz CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_GNOME= glib20 pango gdkpixbuf2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index c5e81d475b22..a59f84cfd360 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libefl.so:devel/efl \ libxcb-keysyms.so:x11/xcb-util-keysyms GNU_CONFIGURE= yes -USES= alias autoreconf desktop-file-utils execinfo gettext-tools \ +USES= alias autoreconf desktop-file-utils gettext-tools \ gmake iconv libtool pathfix pkgconfig tar:xz USE_XORG= xcb USE_LDCONFIG= yes diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index ed1c047b45dc..cc49d8c39f42 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libcinnamon-desktop.so:x11/cinnamon-desktop RUN_DEPENDS= zenity>=3.0.0:x11/zenity -USES= autoreconf:build execinfo gettext libtool gmake \ +USES= autoreconf:build gettext libtool gmake \ pathfix pkgconfig python:2 USE_GITHUB= yes GH_ACCOUNT= linuxmint |