aboutsummaryrefslogtreecommitdiff
path: root/devel/directfb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:58:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:58:58 +0000
commiteacf66369a5bb89b964df4432efab3683c713899 (patch)
tree96f3422f5ca301a8eb01ef23e90c648f3b3f5429 /devel/directfb
parent80d2d71d32c45e96fa3f54d1bc346fba59b63757 (diff)
downloadports-eacf66369a5bb89b964df4432efab3683c713899.tar.gz
ports-eacf66369a5bb89b964df4432efab3683c713899.zip
Notes
Diffstat (limited to 'devel/directfb')
-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>