aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-26 03:13:09 +0800
committerknu <knu@FreeBSD.org>2000-10-26 03:13:09 +0800
commit508fa37180aa8743cbbbb705a0068a55cdc87993 (patch)
tree161b1aea77806c842233d4e50b10209799b4269d
parentf77a5d734b56020d2d604607ea50eb6f5f42628b (diff)
downloadfreebsd-ports-graphics-508fa37180aa8743cbbbb705a0068a55cdc87993.tar.gz
freebsd-ports-graphics-508fa37180aa8743cbbbb705a0068a55cdc87993.tar.zst
freebsd-ports-graphics-508fa37180aa8743cbbbb705a0068a55cdc87993.zip
Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.
-rw-r--r--graphics/ming/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile
index 8077e30e6c7..d2b8b05798e 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 \