From 393e228522a75ba721ce9d8814561e8801d80e4f Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 1 Sep 2003 16:28:51 +0000 Subject: appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - it compiles fine without --- security/php4-mcrypt/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile index 6c530cb7916..246876d6e0e 100644 --- a/security/php4-mcrypt/Makefile +++ b/security/php4-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/08/31 19:55:57 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/01 16:28:51 jdolecek Exp $ MODNAME= mcrypt CATEGORIES+= security @@ -9,9 +9,7 @@ USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" -MCRYPT_DIR= ${BUILDLINK_PREFIX.libmcrypt} -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MCRYPT_DIR} -CONFIGURE_ENV+= MCRYPT_DIR="${MCRYPT_DIR}" +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} .include "../../security/libmcrypt/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3