diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-22 07:30:30 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-22 07:30:30 +0000 |
| commit | df10209cbc1538a40a54c206d131c8d940e3b919 (patch) | |
| tree | d77c350a3470667d092590183ea655716c97dde5 /editors/gphpedit/files/patch-src-Makefile.in | |
| parent | - maintainer feels he will not have enough time to maintain ports (diff) | |
gPHPEdit is a Gnome2 text editor optimised for editing PHP, HTML and CSS
files. It supports editing multiple documents with a tabbed interface, PHP
syntax checking, PHP/HTML syntax highlighting, a function list for all open
documents, incremental search, pop-up function hints, and block
(un)indentation.
WWW: http://www.gphpedit.org/
PR: ports/74204
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'editors/gphpedit/files/patch-src-Makefile.in')
| -rw-r--r-- | editors/gphpedit/files/patch-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gphpedit/files/patch-src-Makefile.in b/editors/gphpedit/files/patch-src-Makefile.in new file mode 100644 index 000000000000..dcbbec9a32f9 --- /dev/null +++ b/editors/gphpedit/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Nov 21 17:31:35 2004 ++++ src/Makefile.in Sun Nov 21 17:32:14 2004 +@@ -495,7 +495,7 @@ + -g -Wall -DGTK -DSCI_LEXER + + gtkscintilla2/libgtkscintilla2.a: +- cd gtkscintilla2 && make libgtkscintilla2.a && cd .. ++ @cd gtkscintilla2 && $(MAKE) libgtkscintilla2.a && cd .. + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |
