diff options
| -rw-r--r-- | lang/php53/Makefile.ext | 2 | ||||
| -rw-r--r-- | security/php5-mcrypt/Makefile | 1 | ||||
| -rw-r--r-- | security/php53-mcrypt/Makefile | 1 | ||||
| -rw-r--r-- | security/php55-mcrypt/Makefile | 1 | ||||
| -rw-r--r-- | security/php56-mcrypt/Makefile | 1 | 
5 files changed, 5 insertions, 1 deletions
| diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index cf9a18ebd2a9..d2271e7a5805 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -175,7 +175,7 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls  .if ${PHP_MODNAME} == "mcrypt"  LIB_DEPENDS+=	libltdl.so:${PORTSDIR}/devel/libltdl \ -		libmcrypt.so.8:${PORTSDIR}/security/libmcrypt +		libmcrypt.so:${PORTSDIR}/security/libmcrypt  CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}  .endif diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile index 0bfe722f97aa..719f81c735d4 100644 --- a/security/php5-mcrypt/Makefile +++ b/security/php5-mcrypt/Makefile @@ -1,6 +1,7 @@  # Created by: Alex Dupre <ale@FreeBSD.org>  # $FreeBSD$ +PORTREVISION=	1  CATEGORIES=	security  MASTERDIR=	${.CURDIR}/../../lang/php5 diff --git a/security/php53-mcrypt/Makefile b/security/php53-mcrypt/Makefile index ac2bf03af598..7e344bfde53f 100644 --- a/security/php53-mcrypt/Makefile +++ b/security/php53-mcrypt/Makefile @@ -1,5 +1,6 @@  # $FreeBSD$ +PORTREVISION=	1  CATEGORIES=	security  MASTERDIR=	${.CURDIR}/../../lang/php53 diff --git a/security/php55-mcrypt/Makefile b/security/php55-mcrypt/Makefile index be47403f2d36..0d6e8a523525 100644 --- a/security/php55-mcrypt/Makefile +++ b/security/php55-mcrypt/Makefile @@ -1,6 +1,7 @@  # Created by: Alex Dupre <ale@FreeBSD.org>  # $FreeBSD$ +PORTREVISION=	1  CATEGORIES=	security  MASTERDIR=	${.CURDIR}/../../lang/php55 diff --git a/security/php56-mcrypt/Makefile b/security/php56-mcrypt/Makefile index babb042a389f..9ce481f4ab8f 100644 --- a/security/php56-mcrypt/Makefile +++ b/security/php56-mcrypt/Makefile @@ -1,6 +1,7 @@  # Created by: Alex Dupre <ale@FreeBSD.org>  # $FreeBSD$ +PORTREVISION=	1  CATEGORIES=	security  MASTERDIR=	${.CURDIR}/../../lang/php56 | 
