diff options
-rw-r--r-- | archivers/dact/Makefile | 2 | ||||
-rw-r--r-- | mail/imp3/Makefile | 2 | ||||
-rw-r--r-- | security/libgringotts/Makefile | 2 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/ruby-mcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/steghide/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 575a1482f6a5..7c5c890eb999 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.rkeene.org/devel/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 3fa1d15d7cc7..1b4206389c69 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -203,7 +203,7 @@ pre-install: .endif .endif .if !defined(NOCRYPT) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.7"; then \ + @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.8"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \ ${ECHO_MSG} "" ; \ diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index 303702068d7b..97587562c6f9 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://devel.pluto.linux.it/projects/libGringotts/current/ \ MAINTAINER= anders@FreeBSD.org -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \ +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash USE_BZIP2= yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index eaf12b4477b5..072292ca4093 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -18,7 +18,7 @@ MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt/ \ +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ intl.4:${PORTSDIR}/devel/gettext diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index a161110c734c..044411b6c9e2 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -19,7 +19,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt/ +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 7e12fda990f6..b4b2ac6a6356 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= arved@FreeBSD.org -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \ +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash \ intl.4:${PORTSDIR}/devel/gettext diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 9bf42f8408ef..a974db6a1f86 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -78,7 +78,7 @@ while [ "$1" ]; do echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 81dca33a30a1..dd709527cacb 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -132,7 +132,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}" ;; \"mhash\") diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 81dca33a30a1..dd709527cacb 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -132,7 +132,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}" ;; \"mhash\") |