diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:37:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:37:04 +0000 |
commit | 811cd37844b97e07ec119de71e1af652ce50f7d6 (patch) | |
tree | 8b271227f1d96fe8bcd98426a4584e7dae4a380f /editors | |
parent | 26a47fc64c7ac5e3883bb6eb85b5cb3650858118 (diff) | |
download | ports-811cd37844b97e07ec119de71e1af652ce50f7d6.tar.gz ports-811cd37844b97e07ec119de71e1af652ce50f7d6.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gate/Makefile | 5 | ||||
-rw-r--r-- | editors/thoteditor/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/editors/gate/Makefile b/editors/gate/Makefile index 9025e680cd2b..1b32410fa4fe 100644 --- a/editors/gate/Makefile +++ b/editors/gate/Makefile @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 5cc6ba3b9b46..715d1510ab10 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -24,6 +24,11 @@ ALL_TARGET= all schemas SUB_FILES= thoteditor MAKE_JOBS_UNSAFE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-extract: @${MKDIR} ${WRKSRC} |