From 921680c0dd263a7aec2260d34994835b184c969b Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 25 Jan 2015 21:08:43 +0000 Subject: [PATCH] Fix DEPENDS, LIB_DEPENDS should not be used as the libs are not the native ones but the i386 ones --- sysutils/hpacucli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 1895eac96ab0..80be0039c9d0 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= LOCAL/brooks MAINTAINER= ports@FreeBSD.org COMMENT= HP configuration utility for Smart Array RAID cards -LIB_DEPENDS= libc.so.4:${PORTSDIR}/misc/compat4x \ - libc.so.5:${PORTSDIR}/misc/compat5x +RUN_DEPENDS= compat4x-i386>0:${PORTSDIR}/misc/compat4x \ + compat5x-${ARCH}>0:${PORTSDIR}/misc/compat5x USES= tar:bzip2 NO_BUILD= yes