summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-21 02:29:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-21 02:29:18 +0000
commit41a33290a38d7b1fc4c5be73540c1e7844013cda (patch)
treed5dac3289216f2973ae20c16a675d896a0763238 /lang
parentCorrect maintainer address (diff)
Really fix build for FreeBSD 7.x.
Change from: ${OSVERSION} > 700000 To: ${OSVERSION} >= 700000 Reported by: Anthony Ginepro <rapiere@renaissance.homeip.net>
Notes
Notes: svn path=/head/; revision=139774
Diffstat (limited to 'lang')
-rw-r--r--lang/mono/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 3b245b29459a..b6e2f3f8223a 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -62,7 +62,7 @@ post-patch:
${WRKSRC}/mono/metadata/assembly.c
@${REINPLACE_CMD} -e 's|.so.0|.so|g' \
${WRKSRC}/configure
-.if ${OSVERSION} > 700000
+.if ${OSVERSION} >= 700000
@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
${WRKSRC}/configure ${WRKSRC}/libgc/configure
.endif