svn commit: r339876 - head/devel/directfb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:58:58 UTC 2014


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>


More information about the svn-ports-all mailing list