diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-17 09:30:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-17 09:30:46 +0000 |
commit | 64a734d3e0d5f14d8d132de76851afb7d6085402 (patch) | |
tree | 1add709dedd6cdafe8d6b751652b02de20d2ca07 /x11-fonts | |
parent | 4e0cf741213364c76ed6cf559a000c0604508429 (diff) | |
download | ports-64a734d3e0d5f14d8d132de76851afb7d6085402.tar.gz ports-64a734d3e0d5f14d8d132de76851afb7d6085402.zip |
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik
Notes
Notes:
svn path=/head/; revision=109327
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xfontselector/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/xfontselector/Makefile b/x11-fonts/xfontselector/Makefile index 430c6b5cee43..0577f408eb6d 100644 --- a/x11-fonts/xfontselector/Makefile +++ b/x11-fonts/xfontselector/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-4 MAINTAINER= ports@FreeBSD.org COMMENT= X Font Selector +DEPRECATED= "QT2 is obsolete" +EXPIRATION_DATE=2004-07-14 + USE_REINPLACE= yes USE_X_PREFIX= yes USE_QT_VER= 2 |