diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-19 21:31:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-19 21:31:56 +0000 |
commit | 51e18d2043f0f9c3fe83441d83345a6d189c6c10 (patch) | |
tree | 3eaa75d35fdbf6ca83922282eba413e1ea62f738 | |
parent | - Update depobj for pyasn1 (diff) |
Marking math/scilab as DEPRECATED, since it is unmaintained, many releases
behind upstream (without anyone caring), and broken nearly everywhere.
EXPIRATION_DATE is 2009-10-19.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241778
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 2367736a0058..107aa438841f 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -29,6 +29,9 @@ USE_GNOME= pkgconfig gtk20 libgtkhtml vte USE_AUTOTOOLS= autoconf:262 USE_TK= yes +DEPRECATED= unmaintained, many releases behind upstream (without anyone caring), broken nearly everywhere +EXPIRATION_DATE=2009-10-19 + CONFIGURE_ARGS= --with-tk \ --with-tk-library=${LOCALBASE}/lib \ --with-tk-include=${TK_INCLUDEDIR} \ |