diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 12:00:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 12:00:11 +0000 |
commit | daf8fec6c34307ae721022b43e6b7a1ed738cb57 (patch) | |
tree | a9abab9892dbc07836075dfea0747b07486b2e50 /editors/e3 | |
parent | 2fe0013ab7106048682106199487f196f7820fae (diff) |
Notes
Diffstat (limited to 'editors/e3')
-rw-r--r-- | editors/e3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 02514885a338..19267c8b9248 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -12,6 +12,8 @@ COMMENT= Full featured text editor written in assembler BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +BROKEN= does not fetch (certificate verification failed) + USES= gmake tar:tgz MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCHS= i386 |