diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-01-09 10:40:22 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-01-09 10:40:22 +0800 |
commit | bf73653188bea9b806fdd352e7b08750dc268383 (patch) | |
tree | 02c8e264f551f88b878f1b358ac34d49bc7edbd8 /security/mhash/Makefile | |
parent | 5f2c0cd70b48444ed746d800a5944d069763d9d6 (diff) | |
download | freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.tar.gz freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.tar.zst freebsd-ports-gnome-bf73653188bea9b806fdd352e7b08750dc268383.zip |
1. Remove RESTRICTED -- aparently hashing is exportable.
2. Removed threading restriction.
3. Changed the WWW:
4. Improved the pkg/COMMENT
PR: 15893
Submitted by: Cy.Schubert@uumail.gov.bc.ca
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 5e52b80b9813..c0f2f2012a49 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -13,12 +13,10 @@ MASTER_SITES= http://schumann.cx/mhash/dl/ MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-pthreads +CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r' MAN3= mhash.3 -RESTRICTED= "yes - cryptography" - post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |