diff options
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r-- | math/randlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 9f27d48398b7..be53a6dc559c 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -13,7 +13,7 @@ COMMENT= Library of Routines for Random Number Generation USES= uidfix USE_LDCONFIG= yes -MAKE_ENV= NO_PROFILE=true +MAKE_ENV= WITHOUT_PROFILE=true WRKSRC= ${WRKDIR}/source/randlib.c/src PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc PLIST_FILES= include/randlib.h \ |