diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-29 03:20:07 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-29 03:20:07 +0000 |
commit | 9ac2c203678dd4288837a3c27802df451e6aa15f (patch) | |
tree | 79ced79da30c578e244b82b53309c89866049658 /security/libmcrypt | |
parent | dbc0092cc3ae02a4613edf942924d3f2b174efdb (diff) | |
download | ports-9ac2c203678dd4288837a3c27802df451e6aa15f.tar.gz ports-9ac2c203678dd4288837a3c27802df451e6aa15f.zip |
Notes
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 25dd8df29cd6..a136fdf1cc8e 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Jun 28 18:02:04 PDT 1999 # Whom: nsayer@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1999/06/28 22:54:48 nsayer Exp $ +# $Id: Makefile,v 1.2 1999/06/29 01:03:45 nsayer Exp $ # DISTNAME= libmcrypt-2.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --disable-posix-threads MAN3= mcrypt.3 |