aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/directfb/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 5f6282183fae..317b81322170 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -48,6 +48,8 @@ CONFIGURE_ARGS= --disable-osx --disable-extra-warnings --disable-profiling \
--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>