mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/tpm-emulator: Fix USE_LDCONFIG
Reported by: pkg-devel exp-run
This commit is contained in:
parent
18b468c0e7
commit
1687f33c49
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= tpm-emulator
|
||||
PORTVERSION= 0.7.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= emulators security
|
||||
MASTER_SITES= SF/${PORTNAME}.berlios
|
||||
DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION}
|
||||
|
@ -19,7 +19,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}"
|
|||
CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
|
||||
-DTDDL_LIBRARY_DIRS:STRING="${LOCALBASE}/lib/tddl_emu" \
|
||||
-DTPM_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/tddl_emu
|
||||
USERS= _tss
|
||||
GROUPS= _tss
|
||||
SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}"
|
||||
|
|
Loading…
Add table
Reference in a new issue