diff options
-rw-r--r-- | textproc/expat/Makefile | 2 | ||||
-rw-r--r-- | textproc/expat2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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: diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 39d7ff067ad8..12d106740b87 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/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: |