diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-06-25 10:34:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-06-25 10:34:43 +0000 |
commit | 76e682a03bf630641448d8d9e5f2d0c5e7aaf23d (patch) | |
tree | 136c9f41df3d10ebeb366ca4cb6bf9351cbd37eb /math | |
parent | c0f392872885136d29c4da0b2eb9b89a18d0608b (diff) | |
download | ports-76e682a03bf630641448d8d9e5f2d0c5e7aaf23d.tar.gz ports-76e682a03bf630641448d8d9e5f2d0c5e7aaf23d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b83a17026a9b..d23eeb19b1b8 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -23,4 +23,7 @@ USE_LDCONFIG= yes INFO= mpfr +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> |