1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Reduce over inclusion of bsd.port.mk

This commit is contained in:
Baptiste Daroussin 2014-01-15 23:58:58 +00:00
parent 80d2d71d32
commit eacf66369a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339876

View File

@ -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>