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