diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-03-05 18:48:31 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-03-05 18:48:31 +0000 |
commit | 3435312093c49d487f9b64a0c6e00fb47a47812d (patch) | |
tree | 2dff7c5b2565d9737514912d8ecebd2f1a0ea492 /security | |
parent | 7697ec7f0a18f70f6c6acddbb756f4c364b86834 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-111/Makefile | 6 | ||||
-rw-r--r-- | security/krb5-112/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/security/krb5-111/Makefile b/security/krb5-111/Makefile index db48e4eaa77b..2c4c4ecaf707 100644 --- a/security/krb5-111/Makefile +++ b/security/krb5-111/Makefile @@ -26,7 +26,7 @@ CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-[0-9]* krb5-maint-112-* LATEST_LINK= ${PORTNAME}-111 KERBEROSV_URL= http://web.mit.edu/kerberos/ -USES= gettext gmake perl5 +USES= cpe gettext gmake perl5 USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu99 @@ -35,6 +35,10 @@ CONFIGURE_ARGS?= --without-system-verto --disable-rpath CONFIGURE_ENV= NSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" +CPE_VENDOR= mit +CPE_VERSION= 5-${PORTVERSION} +CPE_PRODUCT= kerberos + OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML KRB5_PDF_DESC= Install krb5 PDF documentation diff --git a/security/krb5-112/Makefile b/security/krb5-112/Makefile index e4ff7a40f945..fd52f68cdcc7 100644 --- a/security/krb5-112/Makefile +++ b/security/krb5-112/Makefile @@ -27,12 +27,16 @@ USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes -USES= gettext gmake perl5 libtool:build +USES= cpe gettext gmake perl5 libtool:build CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" +CPE_VENDOR= mit +CPE_VERSION= 5-${PORTVERSION} +CPE_PRODUCT= kerberos + OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP READLINE OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML KRB5_PDF_DESC= Install krb5 PDF documentation |