appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - it
compiles fine without
This commit is contained in:
parent
2b8f551f54
commit
393e228522
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue