Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 21:08:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377903 - head/sysutils/hpacucli
Message-ID:  <201501252108.t0PL8iin084894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 25 21:08:43 2015
New Revision: 377903
URL: https://svnweb.freebsd.org/changeset/ports/377903
QAT: https://qat.redports.org/buildarchive/r377903/

Log:
  Fix DEPENDS, LIB_DEPENDS should not be used as the libs are not the native
  ones but the i386 ones

Modified:
  head/sysutils/hpacucli/Makefile

Modified: head/sysutils/hpacucli/Makefile
==============================================================================
--- head/sysutils/hpacucli/Makefile	Sun Jan 25 20:19:08 2015	(r377902)
+++ head/sysutils/hpacucli/Makefile	Sun Jan 25 21:08:43 2015	(r377903)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501252108.t0PL8iin084894>