Date: Thu, 5 Oct 2017 11:49:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451303 - head/x11-wm/enlightenment Message-ID: <201710051149.v95BniIf023176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 5 11:49:44 2017 New Revision: 451303 URL: https://svnweb.freebsd.org/changeset/ports/451303 Log: Use helpers to avoid extra inclusion of pre.mk/post.mk Modified: head/x11-wm/enlightenment/Makefile Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Thu Oct 5 11:46:44 2017 (r451302) +++ head/x11-wm/enlightenment/Makefile Thu Oct 5 11:49:44 2017 (r451303) @@ -16,6 +16,8 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:devel/efl \ libxcb-keysyms.so:x11/xcb-util-keysyms +BROKEN_sparc64= Does not install on sparc64: signal 10 + GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils gettext-tools \ gmake iconv libtool pathfix pkgconfig tar:xz @@ -48,10 +50,4 @@ post-patch: ${WRKSRC}/src/bin/Makefile.mk \ ${WRKSRC}/src/modules/Makefile_cpufreq.mk -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: signal 10 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051149.v95BniIf023176>