aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-03-29 13:58:23 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-03-29 13:58:23 +0000
commit540f1696d2c5d7a969ec0a294a8c04e8e0416fef (patch)
tree6cd791bd3dee5072fc34215320fbca70c3462606 /editors/Makefile
parent182e3ec2955ceed740d2749f8f45b2b97fa1b392 (diff)
downloadports-540f1696d2c5d7a969ec0a294a8c04e8e0416fef.tar.gz
ports-540f1696d2c5d7a969ec0a294a8c04e8e0416fef.zip
- Resurrect `editors/e93' and fix distfile fetching (unfortunately,
new distfile name does not contain version number, but its checksum is the same as the previous one) - Provide more descriptive and elaborate COMMENT text - Register dependency between the program and its internal GUI library which allows to remove MAKE_JOBS_UNSAFE (hopefully) - Stop bogusly requesting C++ compiler (apparently, it was wanted because of its `bool' type), instead simply #include <stdbool.h> - Localize build configuration in one place (port-patch): having MAKE_ARGS blurred the picture and it was not quite accurate anyway (e.g., passed down those bogus C++ bits) - Drop `gmake' from USES, no longer needed WRKSRC, define LICENSE_FILE - Make docfiles installation optional and install them to appropriate location using standard helper target - Reformat port description (shorten the lines, kill EOL whitespace, separate sentences with double spaces)
Notes
Notes: svn path=/head/; revision=497120
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 28684d30636d..cf82b0c729c5 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -21,8 +21,8 @@
SUBDIR += chexedit
SUBDIR += codelite
SUBDIR += cooledit
- SUBDIR += cudatext
SUBDIR += cream
+ SUBDIR += cudatext
SUBDIR += deforaos-editor
SUBDIR += dexed
SUBDIR += dhex
@@ -32,6 +32,7 @@
SUBDIR += drjava
SUBDIR += dte
SUBDIR += e3
+ SUBDIR += e93
SUBDIR += ecce
SUBDIR += ecrire
SUBDIR += edith