diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 02:52:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 02:52:11 +0000 |
commit | d5de0913f6cbc65c743695563581b2fced236a11 (patch) | |
tree | 6b57fcb5c2816c302c26088c1ec053e73f99d00d /games/nethack34 | |
parent | 00409e6a10c7ae463756ebbd89ad93e452fc356f (diff) | |
download | ports-d5de0913f6cbc65c743695563581b2fced236a11.tar.gz ports-d5de0913f6cbc65c743695563581b2fced236a11.zip |
The qt variant is scheduled for removal on 2006-12-01
Notes
Notes:
svn path=/head/; revision=172013
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index ca80dc32a60c..3f98df00c65c 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -53,6 +53,8 @@ CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif .elif ${PKGNAMESUFFIX} == "-qt" BROKEN= does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_QT_VER= 3 MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ |