diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-21 18:47:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-21 18:47:52 +0000 |
commit | 8d8c48611a48333f3d77be11d73d33e01e19050a (patch) | |
tree | 0ec60873440c84cded18de3ea7f9db30349b4fee /textproc/expat2 | |
parent | f5fd0edbbb385a348c1cb9a8ffe21273466dad02 (diff) | |
download | ports-8d8c48611a48333f3d77be11d73d33e01e19050a.tar.gz ports-8d8c48611a48333f3d77be11d73d33e01e19050a.zip |
Notes
Diffstat (limited to 'textproc/expat2')
-rw-r--r-- | textproc/expat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |