diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 10:26:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 10:26:29 +0000 |
commit | d37f71d368275c40e412450edeb91b2fcfe7ba80 (patch) | |
tree | 9ec0028a9cef62f7fe9244bbff93ff06bd3ecfe9 /security/opencryptoki/Makefile | |
parent | 3848d47385909ec0fb14f85e194ec3786a553ea3 (diff) | |
download | ports-d37f71d368275c40e412450edeb91b2fcfe7ba80.tar.gz ports-d37f71d368275c40e412450edeb91b2fcfe7ba80.zip |
Notes
Diffstat (limited to 'security/opencryptoki/Makefile')
-rw-r--r-- | security/opencryptoki/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index 0c1d88725909..f24f3cfbf10e 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -21,6 +21,7 @@ USES= gmake libtool tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/opencryptoki USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= -a -c -f +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \ --disable-crtok --disable-aeptok \ --disable-ccatok --disable-bcomtok \ |