diff options
Diffstat (limited to 'security/cryptlib/Makefile')
-rw-r--r-- | security/cryptlib/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index c565f32de060..56e8331a585d 100644 --- a/security/cryptlib/Makefile +++ b/security/cryptlib/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: cryptlib -# Date created: 17 Jun, 2003 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> +# New ports collection makefile for: cryptlib +# Date created: 17 Jun 2003 +# Whom: Foxfair Hu <foxfair@FreeBSD.org> # # $FreeBSD$ # PORTNAME= cryptlib PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ DISTNAME= cl31 @@ -16,8 +16,6 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= A powerful security programming toolkit -BROKEN= Size mismatch - ONLY_FOR_ARCHS= i386 USE_ZIP= yes |