diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /security/zxid | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'security/zxid')
-rw-r--r-- | security/zxid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 606d13cd28af..5f3a863e6edf 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.05 PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://zxid.org/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Open Source IdM for the Masses - SAML SSO @@ -18,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -D_LSEEK_DECLARED -fPIC MAKE_ARGS= CC="${CC}" CURL_ROOT="${LOCALBASE}" LD="${CC}" \ PREFIX="${PREFIX}" OPENSSL_ROOT="${OPENSSLBASE}" -USES= gmake +USES= gmake tar:tgz USE_CSTD= gnu89 USE_LDCONFIG= yes USE_OPENSSL= yes |