diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-22 01:40:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-22 01:40:56 +0800 |
commit | 5798abd4ec5af2366e1ff9bc59436b3a1b10c090 (patch) | |
tree | e4f29cd29bc275281d0292fa08520fb8a349e7fd /sysutils/freeipmi | |
parent | 07bf83fa302a42ee408af77e117f61ec9a7e1edf (diff) | |
download | freebsd-ports-gnome-5798abd4ec5af2366e1ff9bc59436b3a1b10c090.tar.gz freebsd-ports-gnome-5798abd4ec5af2366e1ff9bc59436b3a1b10c090.tar.zst freebsd-ports-gnome-5798abd4ec5af2366e1ff9bc59436b3a1b10c090.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'sysutils/freeipmi')
-rw-r--r-- | sysutils/freeipmi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index f7d28d821b13..766cd2446a32 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -13,9 +13,6 @@ COMMENT= Library and tools to support IPMI-capable hardware LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libargp.so:devel/argp-standalone \ - libgcrypt.so:security/libgcrypt - BROKEN_aarch64= invokes x86 assembler BROKEN_armv6= invokes x86 assembler BROKEN_armv7= invokes x86 assembler @@ -24,6 +21,9 @@ BROKEN_mips64= invokes x86 assembler BROKEN_sparc64= invokes x86 assembler BROKEN_powerpc64= invokes x86 assembler +LIB_DEPENDS= libargp.so:devel/argp-standalone \ + libgcrypt.so:security/libgcrypt + OPTIONS_DEFINE= DEBUG DOCS IOPERM IOPERM_DESC= Use i386_set_ioperm |