diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-14 08:29:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-14 08:29:53 +0800 |
commit | 7a9df6bc803cdb64d02aa1c341b9d684c58dd5b8 (patch) | |
tree | 787e6e3da7ea982b6d69b7e057827b281b564dff /x11-toolkits | |
parent | d69f7f4b5a784c40d7cdec4b4ef6bc09fcaf1903 (diff) | |
download | freebsd-ports-gnome-7a9df6bc803cdb64d02aa1c341b9d684c58dd5b8.tar.gz freebsd-ports-gnome-7a9df6bc803cdb64d02aa1c341b9d684c58dd5b8.tar.zst freebsd-ports-gnome-7a9df6bc803cdb64d02aa1c341b9d684c58dd5b8.zip |
- Deprecate x11-toolkits/gtkscintilla and x11-toolkits/py-gtkscintilla
- No longer developed (last release in 2002)
- Unmaintained
- Depend on scintilla with gtk12 support which has been dropped
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkscintilla/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtkscintilla/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/gtkscintilla/Makefile b/x11-toolkits/gtkscintilla/Makefile index 108a42c2f1a3..d753ccd0885b 100644 --- a/x11-toolkits/gtkscintilla/Makefile +++ b/x11-toolkits/gtkscintilla/Makefile @@ -18,6 +18,9 @@ COMMENT= A wrapper for the Scintilla editing component LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla +DEPRECATED= no longer under development, last release in 2002 +EXPIRATION_DATE= 2009-10-13 + USE_GMAKE= yes USE_GNOME= gtk12 USE_LDCONFIG= yes diff --git a/x11-toolkits/py-gtkscintilla/Makefile b/x11-toolkits/py-gtkscintilla/Makefile index e54ae1f34ec1..1ae2fae756e6 100644 --- a/x11-toolkits/py-gtkscintilla/Makefile +++ b/x11-toolkits/py-gtkscintilla/Makefile @@ -18,6 +18,9 @@ COMMENT= A Python bindings for gtkscintilla library LIB_DEPENDS= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla +DEPRECATED= no longer under development, last release in 2002 +EXPIRATION_DATE= 2009-10-13 + USE_PYTHON= yes USE_GNOME= gtk12 MAKE_ENV= PYTHON_INCLUDE="${PYTHON_INCLUDEDIR}" |