diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:02:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:02:53 +0000 |
commit | 6beaf00ddb19591431739e690d1722aa02a10e0a (patch) | |
tree | 360fa2610363743a93ca800825968fb6eb9d94bc /games/nethack33 | |
parent | 9803c252173e4a110ed908e8a640a9f6d3daf928 (diff) | |
download | ports-6beaf00ddb19591431739e690d1722aa02a10e0a.tar.gz ports-6beaf00ddb19591431739e690d1722aa02a10e0a.zip |
Notes
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> |