diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-04 06:53:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-04 06:53:28 +0000 |
commit | b03b72d4c919e1a10dbcdf4f5c0d1e7330c8c68e (patch) | |
tree | 4437ee33c6bf24400d848903534d238e4f28633d /x11 | |
parent | bf6d2ee318707d4a95bcec7fb8b96897532d8064 (diff) |
Notes
Diffstat (limited to 'x11')
-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} |