diff options
author | arved <arved@FreeBSD.org> | 2006-09-03 19:10:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-09-03 19:10:40 +0800 |
commit | 49ee9bc73e3dfc840a8a847e4669376b9cdf59e2 (patch) | |
tree | b33524aa822ff492ffdb0af838c02ffe19c6d528 /games/nethack34/Makefile | |
parent | cc3eaf40efa1dc1e7e640fbb3d5746132ae10fe0 (diff) | |
download | freebsd-ports-gnome-49ee9bc73e3dfc840a8a847e4669376b9cdf59e2.tar.gz freebsd-ports-gnome-49ee9bc73e3dfc840a8a847e4669376b9cdf59e2.tar.zst freebsd-ports-gnome-49ee9bc73e3dfc840a8a847e4669376b9cdf59e2.zip |
Fix nethack34-qt variant
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 3f98df00c65c..74ace8a5488f 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -52,9 +52,6 @@ PATCH_DIST_STRIP= -p1 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}" \ |