diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2012-12-18 07:00:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2012-12-18 07:00:46 +0000 |
commit | fba90adf5e30a5e74e0c97d6696ff68030c337e3 (patch) | |
tree | 705bc150dfd3cab318184b2838dbbb3899318870 /sysutils/hpacucli | |
parent | 711c5a7741a200a250499bc937fb628cb046d840 (diff) | |
download | ports-fba90adf5e30a5e74e0c97d6696ff68030c337e3.tar.gz ports-fba90adf5e30a5e74e0c97d6696ff68030c337e3.zip |
Notes
Diffstat (limited to 'sysutils/hpacucli')
-rw-r--r-- | sysutils/hpacucli/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |