summaryrefslogtreecommitdiff
path: root/games/nethack-qt/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-09-11 13:38:46 +0000
committermarkd <markd>2004-09-11 13:38:46 +0000
commit1e114c92caf32f1e6930be0c7c9403a24387aece (patch)
treeffc9fde2037984be5604d236d2e5b540879a133e /games/nethack-qt/Makefile
parent5df0e2f5198f84f9a697e75ea8e0299da81c949e (diff)
downloadpkgsrc-1e114c92caf32f1e6930be0c7c9403a24387aece.tar.gz
Fix problems building nethack-qt seen in the bulkbuilds by switching
from qt2 to qt3. Bump PKGREVISION.
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r--games/nethack-qt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index a77ec16d4ef..477ca05621e 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2004/04/11 22:57:11 snj Exp $
+# $NetBSD: Makefile,v 1.38 2004/09/11 13:38:46 markd Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-qt-${NETHACK_VERSION}
+PKGREVISION= 1
CATEGORIES+= x11
COMMENT= The QT-Enhanced X11 version of NetHack
@@ -25,6 +26,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR}
.include "../../graphics/xpm/buildlink3.mk"
-.include "../../x11/qt2-libs/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"