diff options
author | swills <swills@FreeBSD.org> | 2011-08-06 22:40:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-06 22:40:47 +0800 |
commit | 4ae17674350270cb0a56844ebc109e0657540203 (patch) | |
tree | 009af826ba6ceab337a2db53ecb5e70fad3fd63c /dns/opendnssec | |
parent | 0da294ab78153fbd6d62659460de7d3d77711cdd (diff) | |
download | freebsd-ports-gnome-4ae17674350270cb0a56844ebc109e0657540203.tar.gz freebsd-ports-gnome-4ae17674350270cb0a56844ebc109e0657540203.tar.zst freebsd-ports-gnome-4ae17674350270cb0a56844ebc109e0657540203.zip |
- Mark broken with Ruby 1.9
With hat: ruby@
Diffstat (limited to 'dns/opendnssec')
-rw-r--r-- | dns/opendnssec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile index 04ba4d986593..e520b4433bad 100644 --- a/dns/opendnssec/Makefile +++ b/dns/opendnssec/Makefile @@ -62,4 +62,8 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include <bsd.port.post.mk> |