diff options
Diffstat (limited to 'security/php-mcrypt/Makefile')
-rw-r--r-- | security/php-mcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile index 6b100bd6df6..27ff07da88a 100644 --- a/security/php-mcrypt/Makefile +++ b/security/php-mcrypt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2006/06/02 18:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:55 joerg Exp $ MODNAME= mcrypt CATEGORIES+= security COMMENT= PHP extension for the mcrypt crypto algorithms library -CONFLICTS= php-mcrypt-[0-9] +CONFLICTS= php-mcrypt-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} |