From eacf66369a5bb89b964df4432efab3683c713899 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 15 Jan 2014 23:58:58 +0000 Subject: [PATCH] Reduce over inclusion of bsd.port.mk --- devel/directfb/Makefile | 10 +++------- 1 file 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 .if ${PORT_OPTIONS:MDOCS} @@ -101,12 +103,6 @@ PLIST_SUB+= TESTS="@comment " MAN1= directfb-csource.1 dfbg.1 MAN5= directfbrc.5 -.include - -.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 +.include