diff options
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r-- | editors/kile/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 552a66d12e66..85757dd3cf58 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kile -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.9 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markus@FreeBSD.org COMMENT= A LaTeX source editor for KDE -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + identify:${PORTSDIR}/graphics/ImageMagick CONFLICTS= kile-i18n-* @@ -28,7 +28,5 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/src/kile/Makefile.in - @${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kile|g' .include <bsd.port.mk> |