diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
commit | 99d6d12a388dab91f415ddebd52c6a57e3a6347a (patch) | |
tree | decf1f7754d8060ee740cd0c0edc9a51c04a0ec1 /editors/texmacs | |
parent | 577806de96b111cab272c48a686bcca681cc6d4d (diff) | |
download | ports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.tar.gz ports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 604d101663ee..e658709fff9b 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmacs PORTVERSION= 1.99.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/ DISTNAME= TeXmacs-${PORTVERSION}-src @@ -40,7 +40,7 @@ SHEBANG_FILES= plugins/asymptote/bin/* plugins/dratex/bin/* \ DATADIR= ${PREFIX}/share/TeXmacs OPTIONS_DEFINE= ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF QT4 SQLITE -OPTIONS_DEFAULT=ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF QT4 SQLITE +OPTIONS_DEFAULT=ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF SQLITE OPTIONS_SUB= yes ASPELL_RUN_DEPENDS= aspell:textproc/aspell @@ -67,6 +67,13 @@ QT4_VARS_OFF= QT_PLUGINS_LIST="" SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite3 +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + post-patch: @${REINPLACE_CMD} -e \ '/SVNREV\//s|^|#| ; \ |