aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-mcrypt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:43:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:43:57 +0000
commitb77b40710730f1306785f66b867f5161de4059bf (patch)
treee8ab47bc6c51eb2cec2fd192a1f98fea5956d938 /security/ruby-mcrypt
parentf7c3f93481de70fbdf11f305ef16273f83b9d614 (diff)
downloadports-b77b40710730f1306785f66b867f5161de4059bf.tar.gz
ports-b77b40710730f1306785f66b867f5161de4059bf.zip
Notes
Diffstat (limited to 'security/ruby-mcrypt')
-rw-r--r--security/ruby-mcrypt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile
index 425a46c4428b..75246b31450d 100644
--- a/security/ruby-mcrypt/Makefile
+++ b/security/ruby-mcrypt/Makefile
@@ -37,4 +37,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>