aboutsummaryrefslogtreecommitdiff
path: root/graphics/wayland
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-01-22 20:51:38 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-01-22 20:51:38 +0000
commitaec16764ed1869af7fa14ccbc2552fae222f30de (patch)
treefdd50ecf6ef2e6cdf022572cf61965a0a9f75e60 /graphics/wayland
parenta2679169a98bf19ff281baae4f935f0d38d3d848 (diff)
downloadports-aec16764ed1869af7fa14ccbc2552fae222f30de.tar.gz
ports-aec16764ed1869af7fa14ccbc2552fae222f30de.zip
graphics/wayland: disable debug build by default
There is no need to build wayland with debug options by default. This is most likely a left over from when it was first ported. PR: 234920 Submitted by: jbeich
Notes
Notes: svn path=/head/; revision=490980
Diffstat (limited to 'graphics/wayland')
-rw-r--r--graphics/wayland/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile
index febf21ea3db9..d5d9a8fc1d8f 100644
--- a/graphics/wayland/Makefile
+++ b/graphics/wayland/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wayland
PORTVERSION= 1.16.0
+PORTREVISION= 1
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
@@ -18,8 +19,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim"
-WITH_DEBUG= 1
-
USES= autoreconf gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= libxslt:build
USE_LDCONFIG= yes