Correct dependency for libmcrypt.

Reported by:	Marc G. Fournier <scrappy@hub.org>
This commit is contained in:
Dirk Froemberg 2000-09-17 11:18:16 +00:00
parent b8204e119e
commit b8ab4fead2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32747
3 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")

View file

@ -71,7 +71,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")

View file

@ -71,7 +71,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")