Date: Sun, 20 Aug 2017 12:27:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448392 - head/sysutils/freeipmi Message-ID: <201708201227.v7KCRCMA000702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 20 12:27:12 2017 New Revision: 448392 URL: https://svnweb.freebsd.org/changeset/ports/448392 Log: Pet portlint: move ONLY_FOR_ARCHS* upward - Sort ONLY_FOR_ARCHS Modified: head/sysutils/freeipmi/Makefile Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Sun Aug 20 12:27:07 2017 (r448391) +++ head/sysutils/freeipmi/Makefile Sun Aug 20 12:27:12 2017 (r448392) @@ -13,11 +13,11 @@ COMMENT= Library and tools to support IPMI-capable har LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= invokes i386 asm + LIB_DEPENDS= libargp.so:devel/argp-standalone \ libgcrypt.so:security/libgcrypt - -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= invokes i386 asm OPTIONS_DEFINE= DEBUG DOCS IOPERM IOPERM_DESC= Use i386_set_ioperm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201227.v7KCRCMA000702>