1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Reenable mhash support. It seems to work, now.

PR:		ports/22872
This commit is contained in:
Dirk Froemberg 2000-11-16 10:14:31 +00:00
parent dbc5b80b85
commit 487efa6f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35183
3 changed files with 3 additions and 12 deletions

View File

@ -75,10 +75,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
;;
\"pdflib\")

View File

@ -75,10 +75,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
;;
\"pdflib\")

View File

@ -75,10 +75,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
;;
\"pdflib\")