diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-29 03:18:51 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-29 03:18:51 +0000 |
commit | dbc0092cc3ae02a4613edf942924d3f2b174efdb (patch) | |
tree | 0248ee33f3f28ef47001679a8f86c96b4bacdee7 /security | |
parent | 08f32fef2d2cc5e383a2b6631ec21b220f1218f6 (diff) | |
download | ports-dbc0092cc3ae02a4613edf942924d3f2b174efdb.tar.gz ports-dbc0092cc3ae02a4613edf942924d3f2b174efdb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index b6cc09a47ba8..fae1324d0271 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Jun 28 17:59:13 PDT 1999 # Whom: nsayer@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1999/06/28 22:37:58 nsayer Exp $ +# $Id: Makefile,v 1.2 1999/06/29 01:00:49 nsayer Exp $ # DISTNAME= mhash-0.5.0 @@ -13,7 +13,7 @@ MASTER_SITES= http://sasweb.de/mhash/data/ MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --disable-pthreads MAN3= mhash.3 |