diff options
author | tg <tg@FreeBSD.org> | 2000-06-07 08:40:09 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-07 08:40:09 +0000 |
commit | e00ebf085d583bd45edf03e7b4719a462cb518bf (patch) | |
tree | 6a1c073407d2cd4129bfa9c314e732289909e7d4 /math/librandlib | |
parent | a58c95a14f6adc0c993e30fe2e16bfff57932bd5 (diff) | |
download | FreeBSD-ports-e00ebf085d583bd45edf03e7b4719a462cb518bf.zip FreeBSD-ports-e00ebf085d583bd45edf03e7b4719a462cb518bf.tar.gz |
Don't build the profiled lib.
Diffstat (limited to 'math/librandlib')
-rw-r--r-- | math/librandlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile index ca34b4e..c7c8394 100644 --- a/math/librandlib/Makefile +++ b/math/librandlib/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> |