From 6beaf00ddb19591431739e690d1722aa02a10e0a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 12:02:53 +0000 Subject: WITH_QT_GRAPHICS is BROKEN on 5.1: bad C++ code --- games/nethack33/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'games/nethack33') diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 32174e30d4c8..363f74c3bbc0 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -27,6 +27,8 @@ MAKE_ENV= CXX="${CXX}" GRAPHICS="${GRAPHICS}" MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 +.include + .if defined(WITH_GNOME_GRAPHICS) CATEGORIES= games gnome PKGNAMESUFFIX= -gnome @@ -34,6 +36,9 @@ LIB_DEPENDS+= gnugetopt:${PORTSDIR}/devel/libgnugetopt USE_GNOME= yes GRAPHICS= GNOME_GRAPHICS .elif defined(WITH_QT_GRAPHICS) +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif PKGNAMESUFFIX= -qt USE_QT_VER= 2 MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \ @@ -83,4 +88,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3