diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-04 14:53:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-04 14:53:28 +0800 |
commit | 5d6046419ef51467e25b62e21c7fa4c5c9896063 (patch) | |
tree | 4437ee33c6bf24400d848903534d238e4f28633d /x11/xorg-edit | |
parent | b83c129d08dda2b035974502f6190239662b9e0f (diff) | |
download | freebsd-ports-gnome-5d6046419ef51467e25b62e21c7fa4c5c9896063.tar.gz freebsd-ports-gnome-5d6046419ef51467e25b62e21c7fa4c5c9896063.tar.zst freebsd-ports-gnome-5d6046419ef51467e25b62e21c7fa4c5c9896063.zip |
Deprecate a ports that work on wxGTK 2.8 only because of compatibility with wxGTK 2.6 (activated by default in wxGTK 2.8 not in wxGTK 3.0)
wxGTK 2.6 is EOLed for long
Diffstat (limited to 'x11/xorg-edit')
-rw-r--r-- | x11/xorg-edit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index 6af6376f3ad2..e23c853d23fd 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= GUI to edit xorg.conf +DEPRECATED= Depends on older version of wxGTK +EXPIRATION_DATE= 2014-07-04 + LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |