diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-09 17:01:19 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-09 17:01:19 +0000 |
commit | 26ff0f67e2cefacffc7ec59f7e15b36e512f3812 (patch) | |
tree | 5447b4a7b30a4db4fa45e03b7d4f6ed1b557b054 /polish/ekg | |
parent | Update to version 3.2.3 (diff) |
Back out accidental modification.
Pointy hat to: me
Notes
Notes:
svn path=/head/; revision=111166
Diffstat (limited to 'polish/ekg')
-rw-r--r-- | polish/ekg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 032bf69814fc..1c2e2efecb4e 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -23,8 +23,7 @@ CONFIGURE_ARGS+= --enable-shared \ --disable-static \ --enable-dynamic \ --enable-aspell \ - --mandir=${PREFIX}/man \ - --with-pthread + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |