diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 12:38:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 12:38:13 +0800 |
commit | e029875fa1090853daf691248cd95d13c4763328 (patch) | |
tree | eab7373014066b155a76f80a6201d408b402eebc /security/cryptlib | |
parent | 5a2930863a2988f91718545ad604d59592484f65 (diff) | |
download | freebsd-ports-gnome-e029875fa1090853daf691248cd95d13c4763328.tar.gz freebsd-ports-gnome-e029875fa1090853daf691248cd95d13c4763328.tar.zst freebsd-ports-gnome-e029875fa1090853daf691248cd95d13c4763328.zip |
BROKEN: Size mismatch
Diffstat (limited to 'security/cryptlib')
-rw-r--r-- | security/cryptlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index 02b16178d4b4..c565f32de060 100644 --- a/security/cryptlib/Makefile +++ b/security/cryptlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= cryptlib PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ DISTNAME= cl31 @@ -16,6 +16,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= A powerful security programming toolkit +BROKEN= Size mismatch + ONLY_FOR_ARCHS= i386 USE_ZIP= yes |