diff options
Diffstat (limited to 'security/botan110/Makefile')
-rw-r--r-- | security/botan110/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 30dc00830fe1..94f5328d5f9d 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -38,13 +38,13 @@ CONFIGURE_ARGS+=--with-openssl .endif .if ${PORT_OPTIONS:MGMP} -LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:math/gmp CONFIGURE_ARGS+=--with-gnump MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" .endif .if ${PORT_OPTIONS:MECC} -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:devel/boost-libs CONFIGURE_ARGS+=--with-tr1-implementation=boost CXXFLAGS+= -I${LOCALBASE}/include .else |