diff options
author | arved <arved@FreeBSD.org> | 2011-01-20 19:36:56 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-01-20 19:36:56 +0800 |
commit | 0ab52e07842fd1ca654fcb575cdde3d7814d8908 (patch) | |
tree | 5c6a885b16af4c71e0e052f2fb88c26e73164660 | |
parent | e8c2b26875a6652d302285c32cceeb1e05db1a9d (diff) | |
download | freebsd-ports-graphics-0ab52e07842fd1ca654fcb575cdde3d7814d8908.tar.gz freebsd-ports-graphics-0ab52e07842fd1ca654fcb575cdde3d7814d8908.tar.zst freebsd-ports-graphics-0ab52e07842fd1ca654fcb575cdde3d7814d8908.zip |
Mark DEPRECATED and set an EXPIRATION_DATE. Does not compile on supported
versions of FreeBSD
Feature safe: yes
-rw-r--r-- | japanese/oleo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index 67a0caf4192..5d212eb203c 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -21,6 +21,9 @@ COMMENT= A Spreadsheet Program + Japanese patches # xmkmf is for configure script, not for USE_IMAKE. BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +DEPRECATED= Does not compile on supported versions of FreeBSD +EXPIRATION_DATE= 2011-02-04 + USE_BISON= build .if defined(WITH_MOTIF) |