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 /devel/qtez | |
parent | Start the QT2 deorbit by marking all ports that depend non-optional (diff) |
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index 7b13e8614b11..4056f69375d3 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Qt Rapid Application Development Environment for X Window System +DEPRECATED= "QT2 is obsolete" +EXPIRATION_DATE=2004-07-14 + USE_PERL5= yes USE_BZIP2= yes USE_X_PREFIX= yes @@ -30,7 +33,7 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile" .endif -.if ${MACHINE_ARCH} == "alpha" +.if ${ARCH} == "alpha" CFLAGS+= -O0 .endif |