diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-06 22:16:12 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-06 22:16:12 +0800 |
commit | dab9d40d9517d4821b0bdb8b773a960e18e0a47d (patch) | |
tree | f787742c4ecff3bcf09f1efaf5ae979a35185285 | |
parent | fe4a27fe728d8c0e83ea9aebc8da9a24544a2eb9 (diff) | |
download | freebsd-ports-gnome-dab9d40d9517d4821b0bdb8b773a960e18e0a47d.tar.gz freebsd-ports-gnome-dab9d40d9517d4821b0bdb8b773a960e18e0a47d.tar.zst freebsd-ports-gnome-dab9d40d9517d4821b0bdb8b773a960e18e0a47d.zip |
Broken if builded with qt.
PR: ports/98198
Submitted by: maintainer
Approved by: lawrance (mentor, implicit)
-rw-r--r-- | games/nethack34/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 74ace8a5488f..ca80dc32a60c 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -52,6 +52,7 @@ PATCH_DIST_STRIP= -p1 CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif .elif ${PKGNAMESUFFIX} == "-qt" +BROKEN= does not build USE_QT_VER= 3 MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ |