This one should work on latest -current.

This commit is contained in:
Maxim Sobolev 2012-12-18 07:00:46 +00:00
parent 711c5a7741
commit fba90adf5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309146

View file

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