diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 21:43:40 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 21:43:40 +0000 |
commit | c5dd5e6d13c4c1fead1ea0d9a5190a76a9d6b13b (patch) | |
tree | 211535af288ef154bf06df895ce931461d2233df /security/krb5-17/Makefile | |
parent | 913cb8b5b354ad12afc5fa0a77b550726ebe770f (diff) |
Put SONAME entries into shared libraries.
Submitted by: wollman
Notes
Notes:
svn path=/head/; revision=80398
Diffstat (limited to 'security/krb5-17/Makefile')
-rw-r--r-- | security/krb5-17/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 2e29b6be0554..6fac2d71b8a3 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -7,6 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.2.8 +PORTREVISION= 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. |