diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 14:05:46 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 14:05:46 +0000 |
commit | 028e90e0804bb87df3f085654ba5deead2ed5c7a (patch) | |
tree | a8e9b32616a82d871ff1da39bb5f8125fae7e071 /editors/scite/Makefile | |
parent | 287ae6853a48e2d381a7bcf74bc57e63e680201d (diff) | |
download | ports-028e90e0804bb87df3f085654ba5deead2ed5c7a.tar.gz ports-028e90e0804bb87df3f085654ba5deead2ed5c7a.zip |
Notes
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r-- | editors/scite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 64fa11dd1b91..d3b8bad088c8 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -27,8 +27,8 @@ MAKEFILE= makefile MAN1= scite.1 post-patch: - @${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|gcc|$$(CC)|g ; s| -Os||g' \ - ${WRKSRC}/makefile + @${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g ; \ + s| -Os||g' ${WRKSRC}/makefile .if defined(WITH_FULL_BUFFER_MENU) @${REINPLACE_CMD} -e 's|30, "/Buffers|props.GetInt("buffers") > 30 ? props.GetInt("buffers") - 10 : 30, "/Buffers|g' ${WRKSRC}/SciTEGTK.cxx .endif |