pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php4-mcrypt appears the CONFIGURE_ENV+= MCRYP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11a042f2896e
branches:  trunk
changeset: 460600:11a042f2896e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Sep 01 16:28:51 2003 +0000

description:
appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - it
compiles fine without

diffstat:

 security/php4-mcrypt/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r f8f9fbae712d -r 11a042f2896e security/php4-mcrypt/Makefile
--- a/security/php4-mcrypt/Makefile     Mon Sep 01 16:27:07 2003 +0000
+++ b/security/php4-mcrypt/Makefile     Mon Sep 01 16:28:51 2003 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index