diff --git a/dev-libs/boehm-gc/boehm-gc-7.2_alpha6.bep b/dev-libs/boehm-gc/boehm-gc-7.2_alpha6.bep index 00bc3111b..7f20ba736 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.2_alpha6.bep +++ b/dev-libs/boehm-gc/boehm-gc-7.2_alpha6.bep @@ -5,11 +5,7 @@ REVISION="1" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="319d0b18cc4eb735c8038ece9df055e4" -LICENSE="BOEHM" -COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers - 1991-1996 by Xerox Corporation. All rights reserved. - 1996-1999 by Silicon Graphics. All rights reserved. - 1999-2004 Hewlett-Packard Development Company, L.P." + BUILD { cd gc-7.2alpha6 libtoolize --force --copy --install @@ -24,3 +20,15 @@ INSTALL { cd gc-7.2alpha6 make install } + +TEST { + cd gc-7.2alpha6 + make check +} + +LICENSE="BOEHM" +COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers + 1991-1996 by Xerox Corporation. All rights reserved. + 1996-1999 by Silicon Graphics. All rights reserved. + 1999-2004 Hewlett-Packard Development Company, L.P." +