diff options
author | arved <arved@FreeBSD.org> | 2004-05-17 09:30:46 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-17 09:30:46 +0000 |
commit | 83a9ed05b2ff5da69607d260585f52e56db2b806 (patch) | |
tree | 33881200fd6e04bb992bced125d62ac6c55b570b /x11-fonts | |
parent | ccb74669c2ec6744f305260e0c71c1ce56f0494e (diff) | |
download | FreeBSD-ports-83a9ed05b2ff5da69607d260585f52e56db2b806.zip FreeBSD-ports-83a9ed05b2ff5da69607d260585f52e56db2b806.tar.gz |
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik
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 430c6b5..0577f40 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 |