diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-07 08:40:09 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-07 08:40:09 +0000 |
commit | 6adc3ac50a96d5574af4f94be317428d0607744b (patch) | |
tree | 8a36d5aaddef927bffbbc32bbc41796d7f466292 /math/randlib | |
parent | 06785755abc5ddff69fd0d9d030a077f693f70dd (diff) | |
download | ports-6adc3ac50a96d5574af4f94be317428d0607744b.tar.gz ports-6adc3ac50a96d5574af4f94be317428d0607744b.zip |
Don't build the profiled lib.
Notes
Notes:
svn path=/head/; revision=29301
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index ca34b4e3473d..c7c8394870f4 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -13,6 +13,7 @@ DISTNAME= ranlib.c MAINTAINER= tg@FreeBSD.org +MAKE_ENV= NOPROFILE=true WRKSRC= ${WRKDIR}/${DISTNAME}/src .include <bsd.port.pre.mk> |