diff options
Diffstat (limited to 'math/unuran/Makefile')
-rw-r--r-- | math/unuran/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index 438ff3bcc3e6..4656fcc6541d 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -16,12 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= librngstreams.so:math/rngstreams -USES= gmake libtool +USES= gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \ --enable-info -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKE="${MAKE_CMD}" USE_LDCONFIG= yes @@ -43,7 +41,7 @@ post-install-DOCS-on: .ifdef(MAINTAINER_MODE) CONFIGURE_ARGS+= --enable-check-struct --enable-logging -check regression-test test: build +do-test: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) fullcheck: build |