svn commit: r377903 - head/sysutils/hpacucli

Antoine Brodin antoine at FreeBSD.org
Sun Jan 25 21:08:44 UTC 2015


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 at 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


More information about the svn-ports-all mailing list