diff options
author | cy <cy@FreeBSD.org> | 2003-09-10 00:03:09 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-09-10 00:03:09 +0000 |
commit | e438ab313688579d8e1e7f1acca1638587728295 (patch) | |
tree | 1033d7be92a5263ecddd842468bc572b723008e6 /security/krb5-17 | |
parent | 4f88be50851a81808b2e76eb62c87ee6949b3b4d (diff) | |
download | FreeBSD-ports-e438ab313688579d8e1e7f1acca1638587728295.zip FreeBSD-ports-e438ab313688579d8e1e7f1acca1638587728295.tar.gz |
Crypto-publish.org is now distributing krb5-1.3.1.
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 49e92d8..2f6c378 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/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 |