diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-10 01:01:19 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-10 01:01:19 +0800 |
commit | 598a10b1c272dcca8cc666c0ba2778ba199e8596 (patch) | |
tree | 0bedfa069bb106ecdd73e32aabb2844cfe604601 /polish/ekg | |
parent | 7f6c90f5ec1d3f6b5cc854d13854c208ece18860 (diff) | |
download | freebsd-ports-gnome-598a10b1c272dcca8cc666c0ba2778ba199e8596.tar.gz freebsd-ports-gnome-598a10b1c272dcca8cc666c0ba2778ba199e8596.tar.zst freebsd-ports-gnome-598a10b1c272dcca8cc666c0ba2778ba199e8596.zip |
Back out accidental modification.
Pointy hat to: me
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" \ |