diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
commit | 237e002096dcd6f906cad14934beb140eef6f94e (patch) | |
tree | 80d1d0f6e3d581b1deae0d9320a18712fc2f7ab9 /java/jfc | |
parent | Update to bibtex2html 1.87. This adds support for \hat, \mathfrak (diff) |
- Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by: glewis
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=196029
Diffstat (limited to 'java/jfc')
-rw-r--r-- | java/jfc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/jfc/Makefile b/java/jfc/Makefile index 0300689d8a0c..1b93c4db7d58 100644 --- a/java/jfc/Makefile +++ b/java/jfc/Makefile @@ -26,6 +26,9 @@ ONLY_FOR_ARCHS= i386 JDK_VERSION= 1.1.8 +DEPRECATED= For obsolete version of jdk +EXPIRATION_DATE=2007-08-22 + .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) |