1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build on -CURRENT

Submitted by:	Ted Faber
This commit is contained in:
Tom McLaughlin 2007-10-25 18:34:27 +00:00
parent 871f118e21
commit 3831f578ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202012

View File

@ -88,9 +88,12 @@ post-patch:
${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj \
${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj2k5
.if ${OSVERSION} >= 700000
.if ${OSVERSION} >= 700000 && ${OSVERSION} < 800000
@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
${WRKSRC}/configure ${WRKSRC}/libgc/configure
${WRKSRC}/configure ${WRKSRC}/libgc/configure
.elif ${OSVERSION} >= 800000
@${REINPLACE_CMD} -e 's|freebsd6|freebsd8|g' \
${WRKSRC}/configure ${WRKSRC}/libgc/configure
.endif
tests: build