diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /print | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/biblio-py/Makefile | 3 | ||||
-rw-r--r-- | print/lilypond-devel/Makefile | 3 | ||||
-rw-r--r-- | print/lyx/Makefile | 3 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/print/biblio-py/Makefile b/print/biblio-py/Makefile index 8fe0d6547f80..48a4b09df1d9 100644 --- a/print/biblio-py/Makefile +++ b/print/biblio-py/Makefile @@ -11,6 +11,9 @@ COMMENT= Package to manage bibliography written in python LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + USES= python:2.7 USE_PYTHON= distutils autoplist diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index d34d98aa3606..01fbf7ea1295 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -13,6 +13,9 @@ COMMENT= GNU music typesetter LICENSE= GPLv3 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ diff --git a/print/lyx/Makefile b/print/lyx/Makefile index d9d977e42fd4..0cd303c8d5d2 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -15,6 +15,9 @@ COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index b6ad5bb799e1..29aae228ca18 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -15,6 +15,9 @@ COMMENT= Comprehensive desktop publishing program (development version) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libboost_thread.so:devel/boost-libs \ libhunspell-1.7.so:textproc/hunspell \ |