diff options
author | peter <peter@FreeBSD.org> | 1996-11-15 12:53:24 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-15 12:53:24 +0000 |
commit | f9dc722e5a4594b52fce4bb31416dc0f1102946a (patch) | |
tree | bd5657674e8e8fae56a7ceb08ba60e48e9fea296 /security/pidentd | |
parent | a31e26091db2aa634dac546e7c198fc4d52bc5cd (diff) | |
download | FreeBSD-ports-f9dc722e5a4594b52fce4bb31416dc0f1102946a.zip FreeBSD-ports-f9dc722e5a4594b52fce4bb31416dc0f1102946a.tar.gz |
Update 2.7.1 -> 2.7.2. The author used our patches that were not
related to the ports mechanism.
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 8bee31f..7029ff9 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pidentd -# Version required: 2.7.1 +# Version required: 2.7.2 # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1996/10/31 00:13:02 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/05 18:23:42 peter Exp $ # -DISTNAME= pidentd-2.7.1 +DISTNAME= pidentd-2.7.2 CATEGORIES+= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ @@ -19,7 +19,7 @@ MAKE_ENV= REALPREFIX=${PREFIX} # Uncomment to activate the use of verifiable "cookies". The idea is to be # able to detect fake "logs" intended to get your innocent users in trouble. # Naturally, since it uses libdes, you must have the "secure" dist installed. -#USE_DES= true +USE_DES= true .if defined(USE_DES) ADD_GDEFS= -DINCLUDE_CRYPT |