Require GCC 3.4 or later instead of forcing GCC 3.2 for FreeBSD 4.x to

avoid extraneous dependencies on the no longer really maintained GCC 3.2.

Approved by:	chip-set@mail.ru (maintainer)
This commit is contained in:
Gerald Pfeifer
2005-05-08 17:04:03 +00:00
parent 12508d5f15
commit c1952ad8ef

View File

@@ -17,9 +17,7 @@ COMMENT= Convert your source code to syntax highlighted HTML
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.2
.endif
USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"