diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:58:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:58:43 +0000 |
commit | 8140d5ee7d866455b19ebf5003d2ec0b1b703e1f (patch) | |
tree | 603d98841e2396b3d4e6029e295f9bf8ff623945 /textproc | |
parent | - Update to 1.9 (diff) |
- Fix build with gcc 4.2
PR: 113382
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=192907
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kdiff3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 162de253c3b6..3b75755e95a5 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -21,6 +21,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= ${PREFIX}/lib/kde3 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" MAN1= kdiff3.1 |