diff options
Diffstat (limited to 'editors/kile-kde4/Makefile')
-rw-r--r-- | editors/kile-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index d0a0bfbac1c8..d64107aeaac7 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kile -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,5 +26,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/kile/Makefile.in .include <bsd.port.mk> |