From fba90adf5e30a5e74e0c97d6696ff68030c337e3 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 18 Dec 2012 07:00:46 +0000 Subject: [PATCH] This one should work on latest -current. --- sysutils/hpacucli/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index e6a3f3adcbc8..13800a023960 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -37,7 +37,9 @@ do-install: APP_PREFIX= lib/compaq/hpacucli .if ${ARCH} == amd64 USE_LDCONFIG32= ${PREFIX}/${APP_PREFIX} +.if ${OSVERSION} < 1000019 BROKEN= currently does not work on amd64 (see ports/128288) +.endif .else USE_LDCONFIG= ${PREFIX}/${APP_PREFIX} .endif