diff options
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
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 |