aboutsummaryrefslogtreecommitdiff
path: root/math/gmp/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-06-25 10:30:39 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-06-25 10:30:39 +0000
commitc0f392872885136d29c4da0b2eb9b89a18d0608b (patch)
tree953fd5421c6ef932e52e9519c350c93d60845991 /math/gmp/Makefile
parentd129b50b0b4e4f2336f635471f088f8425feeb59 (diff)
downloadports-c0f392872885136d29c4da0b2eb9b89a18d0608b.tar.gz
ports-c0f392872885136d29c4da0b2eb9b89a18d0608b.zip
Notes
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r--math/gmp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index e5cee1c823c3..f768e4881729 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -16,6 +16,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A free library for arbitrary precision arithmetic
+USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@@ -27,4 +28,7 @@ INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.mk>