diff options
author | wen <wen@FreeBSD.org> | 2010-10-28 16:31:01 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-10-28 16:31:01 +0800 |
commit | f5d1cca0c04d8eb3477a2d1f11c7f21f2ea4a287 (patch) | |
tree | 667a0d92b0f2918b6fe3cca5c27fe38a537ee237 /editors/scite/Makefile | |
parent | aeaeafd96e768f3bc8eb53c8f77bf97ea7e1ad81 (diff) | |
download | freebsd-ports-gnome-f5d1cca0c04d8eb3477a2d1f11c7f21f2ea4a287.tar.gz freebsd-ports-gnome-f5d1cca0c04d8eb3477a2d1f11c7f21f2ea4a287.tar.zst freebsd-ports-gnome-f5d1cca0c04d8eb3477a2d1f11c7f21f2ea4a287.zip |
- Update to 2.22
PR: ports/151790
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r-- | editors/scite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 53211a527a32..927ec6d83481 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/gtk USE_GMAKE= yes USE_GNOME= gtk20 MAKEFILE= makefile +MAKE_JOBS_SAFE= yes MAN1= scite.1 |