diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
commit | f87124df638f9ab9a10de7815e16138a955e5814 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/krb5-appl | |
parent | 4b0d4f826c38657c52f2d41254533c0d86e6f0b2 (diff) |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 14140a382831..abe322039a65 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -1,7 +1,4 @@ -# Ports collection Makefile for: MIT Kerberos V Application Suite -# Date created: 4/19/2010 -# Whom: cy@FreeBSD.org -# +# Created by: cy@FreeBSD.org # $FreeBSD$ # @@ -14,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= Authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ krb5-config:${PORTSDIR}/security/krb5 |