diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-25 21:08:43 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-25 21:08:43 +0000 |
| commit | 921680c0dd263a7aec2260d34994835b184c969b (patch) | |
| tree | cdb356d2f9bed47704faea308003735b54384f4a | |
| parent | Fix DEPENDS (diff) | |
Fix DEPENDS, LIB_DEPENDS should not be used as the libs are not the native
ones but the i386 ones
| -rw-r--r-- | sysutils/hpacucli/Makefile | 4 |
1 files 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 |
