diff options
author | arved <arved@FreeBSD.org> | 2005-09-27 00:01:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-27 00:01:08 +0800 |
commit | e8c1a0e4482e60e22545e98dccb7b10fad1dbb8c (patch) | |
tree | 9d304d6a970fb38ca772fed0f7b82fbd72efcff2 /games | |
parent | ecf2f349ff2029e27896ce0ab770c7ea98d4963c (diff) | |
download | freebsd-ports-gnome-e8c1a0e4482e60e22545e98dccb7b10fad1dbb8c.tar.gz freebsd-ports-gnome-e8c1a0e4482e60e22545e98dccb7b10fad1dbb8c.tar.zst freebsd-ports-gnome-e8c1a0e4482e60e22545e98dccb7b10fad1dbb8c.zip |
Mark qt1 (QT4 is already released) and all ports depending on it as
DEPRECATED and set an EXPIRATION_DATE.
Approved by: "Gordon Greeff" <gordon@shrubbery.org.za> (peq maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/pp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index 8f4ed0dd9309..3501c7be7fc0 100644 --- a/games/pp/Makefile +++ b/games/pp/Makefile @@ -14,6 +14,9 @@ DISTFILES= ppinst-0.01.tar.gz ppsrc-0.01.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Prometeus Project - real time strategy game for X Window System +DEPRECATED= depends on unsupported qt version +EXPIRATION_DATE=2005-10-31 + WRKSRC= ${WRKDIR}/ppsrc USE_GCC= 2.95 USE_QT_VER= 1 |