freebsd-ports/graphics/gcolor3/Makefile
Piotr Kubaj 12fe2f47eb graphics/gcolor3: fix build on GCC architectures
Don't add -Werror, it's against ports policy and breaks GCC architectures.

Approved by:	tcberner (mentor), portmgr (-Werror policy)
Differential Revision:	https://reviews.freebsd.org/D22293
2019-11-09 20:17:05 +00:00

25 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= gcolor3
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
CATEGORIES= graphics
MAINTAINER= tobik@FreeBSD.org
COMMENT= Simple color chooser
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gnome gettext meson libtool pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World
GL_COMMIT= 17dca0125fc3c931418d8723b684332d35bd5715
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
INSTALLS_ICONS= yes
MESON_ARGS= -Dwerror=false
.include <bsd.port.mk>