diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-10 09:59:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-10 09:59:08 +0800 |
commit | 83af1836d48738b426530691a0c9c7b97a4c4129 (patch) | |
tree | 701aa19961be43e3501782ee35dc721c0b857c89 | |
parent | a1122220fbc0f4be8581c3d9cb36181a1d882d90 (diff) | |
download | freebsd-ports-gnome-83af1836d48738b426530691a0c9c7b97a4c4129.tar.gz freebsd-ports-gnome-83af1836d48738b426530691a0c9c7b97a4c4129.tar.zst freebsd-ports-gnome-83af1836d48738b426530691a0c9c7b97a4c4129.zip |
Pet portlint.
-rw-r--r-- | security/arirang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 04a01c8b8d56..716a159707ad 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -13,9 +13,9 @@ COMMENT= Powerful webserver security scanner for network LICENSE= BSD3CLAUSE -LIB_DEPENDS= lib${RUBY_NAME}.so:${RUBY_PORT} +BROKEN_powerpc64= fails to compile: ruby.h:1381: error: wrong number of arguments specified for '__deprecated__' attribute -BROKEN_powerpc64= fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute +LIB_DEPENDS= lib${RUBY_NAME}.so:${RUBY_PORT} USES= ssl USE_RUBY= yes |