1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Unbreak on FreeBSD 6.x. Added requirement for gcc 4.2+, since the

dependent devel/boost-libs requires it, and burrtools had been compiled
  by default with gcc 3.4.6 on 6.x.

Reported by:	pointyhat (via pav)
This commit is contained in:
Greg Larkin 2010-12-03 19:27:04 +00:00
parent 781d5f003b
commit a7c4f78588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265634

View File

@ -22,6 +22,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
USE_XORG= x11 xt xext xmu xi
USE_GL= glu
USE_GMAKE= yes
USE_GCC= 4.2+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="`fltk-config --cxxflags`" \
LDFLAGS="`fltk-config --ldflags`"
@ -35,10 +36,6 @@ PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt2 ${PREFIX}/bin