diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 19:13:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 19:13:09 +0000 |
commit | bf38b4675f3833e6eeeb42187d71a063fee67d8a (patch) | |
tree | 4f42a3e23bac2396025f796676ce5afde7949d5f | |
parent | Add new port of srm 1.2.0, a utility which overwrites the contents (diff) |
Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.
Notes
Notes:
svn path=/head/; revision=34232
-rw-r--r-- | graphics/ming/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 8077e30e6c75..d2b8b05798e4 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src +MAKE_ARGS= NOPROFILE=true DOCS= CHANGES \ CREDITS \ |