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 | |
parent | 9774b282738ac937305fa2209b7ad1e372abe715 (diff) | |
download | ports-26ff0f67e2cefacffc7ec59f7e15b36e512f3812.tar.gz ports-26ff0f67e2cefacffc7ec59f7e15b36e512f3812.zip |
Notes
Diffstat (limited to 'polish')
-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" \ |