Date: Wed, 15 Jan 2014 23:58:58 +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: r339876 - head/devel/directfb Message-ID: <201401152358.s0FNwwQc092919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 23:58:58 2014 New Revision: 339876 URL: http://svnweb.freebsd.org/changeset/ports/339876 QAT: https://qat.redports.org/buildarchive/r339876/ Log: Reduce over inclusion of bsd.port.mk Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Wed Jan 15 23:57:45 2014 (r339875) +++ head/devel/directfb/Makefile Wed Jan 15 23:58:58 2014 (r339876) @@ -48,6 +48,8 @@ CONFIGURE_ARGS= --disable-osx --disable- --with-dither-rgb16=advanced NO_STAGE= yes +BROKEN_alpha= Does not compile on alpha + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -101,12 +103,6 @@ PLIST_SUB+= TESTS="@comment " MAN1= directfb-csource.1 dfbg.1 MAN5= directfbrc.5 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= Does not compile on alpha -.endif - .if ${ARCH} == "arm" PLIST_SUB+= ARCH_ARM="" .else @@ -138,4 +134,4 @@ post-install: .endfor .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?201401152358.s0FNwwQc092919>