diff options
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r-- | textproc/kdiff3/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 2b2b57272b94..60530a9aac13 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kdiff3 -PORTVERSION= 0.9.70 -PORTREVISION= 1 +PORTVERSION= 0.9.83 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +18,14 @@ CONFIGURE_ARGS+= --program-transform-name=s,^,, USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 13 + +MAN1= kdiff3.1 + +pre-configure: +.for i in config.h.in Makefile.in + ${TOUCH} ${WRKSRC}/${i} +.endfor .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" |