Do not depend on gcc on FreeBSD 9 and lower

This commit is contained in:
Martin Matuska 2013-10-29 22:32:35 +00:00
parent 00e4f15bc5
commit 470e793640
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332019

View file

@ -25,7 +25,6 @@ USE_XORG= x11 xext xrender
USE_PERL5= build
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
USE_GCC= yes
OPTIONS_DEFINE= BUNDLED_LIBS
BUNDLED_LIBS_DESC= Use Qt-bundled jpeg, mng, png and tiff
@ -53,6 +52,10 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 1000000
USE_GCC= yes
.endif
.if ${OSVERSION} < 800000
BROKEN= fails to extract on FreeBSD 7.X
.endif