diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 10:52:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 10:52:11 +0800 |
commit | d19cf9645204e4e375fe285d9390edc1f53a8004 (patch) | |
tree | 5cd3a3bdc3e2511fe834d91f097b2a509a8e2395 /games | |
parent | 917da1d9cbaa1e5807541503cf7c455d1e652fb8 (diff) | |
download | freebsd-ports-gnome-d19cf9645204e4e375fe285d9390edc1f53a8004.tar.gz freebsd-ports-gnome-d19cf9645204e4e375fe285d9390edc1f53a8004.tar.zst freebsd-ports-gnome-d19cf9645204e4e375fe285d9390edc1f53a8004.zip |
The qt variant is scheduled for removal on 2006-12-01
Diffstat (limited to 'games')
-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}" \ |