aboutsummaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-17 21:44:53 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-17 21:44:53 +0000
commit2551dc8244c5b98c732ed205ef9ede86bf605a4a (patch)
tree181b360c11e6e289dffbe62e02cb223de95e2ce1 /lang/mono
parentb7847f5b55ec37a418fcdc5bfe31d0a56696f89d (diff)
downloadports-2551dc8244c5b98c732ed205ef9ede86bf605a4a.tar.gz
ports-2551dc8244c5b98c732ed205ef9ede86bf605a4a.zip
Notes
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 9c2c973db9c5..3b245b29459a 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -62,6 +62,10 @@ post-patch:
${WRKSRC}/mono/metadata/assembly.c
@${REINPLACE_CMD} -e 's|.so.0|.so|g' \
${WRKSRC}/configure
+.if ${OSVERSION} > 700000
+ @${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
+ ${WRKSRC}/configure ${WRKSRC}/libgc/configure
+.endif
tests: build
@${ECHO_MSG} "===> Running mono regression tests"