From 253bc4133748d4c1b0ea52058ef594fa3d2a6a05 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 21 Oct 2000 18:47:52 +0000 Subject: Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library. Found by: bento --- textproc/expat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/expat') diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 39d7ff067ad8..12d106740b87 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -15,7 +15,7 @@ MAINTAINER= knu@FreeBSD.org SHLIB_MAJOR= 1 MAKEFILES= Makefile.lib Makefile.prog -MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" +MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" NOPROFILE=true PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" do-build: -- cgit