diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-09-01 16:28:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-09-01 16:28:51 +0000 |
commit | 393e228522a75ba721ce9d8814561e8801d80e4f (patch) | |
tree | df8343fb2d09d0366d9260685bb4856321a7827c | |
parent | 2b8f551f54ae2fc54d641096dd0cd788a93abd29 (diff) | |
download | pkgsrc-393e228522a75ba721ce9d8814561e8801d80e4f.tar.gz |
appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - it
compiles fine without
-rw-r--r-- | security/php4-mcrypt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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" |