diff options
Diffstat (limited to 'security/revelation/Makefile')
-rw-r--r-- | security/revelation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index b7ddaa2e0145..200d71fd71e3 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes GNU_CONFIGURE= yes |