diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-09-10 00:03:09 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-09-10 00:03:09 +0000 |
commit | 7fe3cad7e9c8da4da0fc30b442a46f2bf722cd5d (patch) | |
tree | 7076c75a9fd69aa897229b472a3b84857306f186 /security/krb5 | |
parent | 615d60baa13f416d7abd3ad21ca215ba05e0cbb2 (diff) | |
download | ports-7fe3cad7e9c8da4da0fc30b442a46f2bf722cd5d.tar.gz ports-7fe3cad7e9c8da4da0fc30b442a46f2bf722cd5d.zip |
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 49e92d89cedd..2f6c378b82ff 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -10,12 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security # USE_MIT_TARBALL tells the port that the user has fetched the source # directly from MIT rather than the default crypto-publish.org. - -# XXX At the present time crypto-publish.org does not have krb5-1.3.1 -# XXX We must use the MIT copy instead, requiring the user to manually -# XXX fetch the distfile. As soon as crypto-publish.org distributes -# XXX krb5-1.3, USE_MIT_TARBALL should be changed back to NO. -USE_MIT_TARBALL?= YES +USE_MIT_TARBALL?= NO .if defined(USE_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" MASTER_SITES= # manual download |