summaryrefslogtreecommitdiff
path: root/games/nethack33-qt
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-30 17:48:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-30 17:48:46 +0000
commita556ea9f725947078d7c6303a66b30ccfd217c6d (patch)
tree5d6145e36fc9e2e6b7565e982b4f9ae5ecfd6005 /games/nethack33-qt
parentupgrade to 2.0 (diff)
Change "file dependency specification" for pre-everything from ':'
to '::' to fix problems with "make index".
Notes
Notes: svn path=/head/; revision=52414
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r--games/nethack33-qt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile
index baf3973c83dc..e1c1b27dee70 100644
--- a/games/nethack33-qt/Makefile
+++ b/games/nethack33-qt/Makefile
@@ -22,7 +22,7 @@ MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \
QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}"
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6
-pre-everything:
+pre-everything::
@${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!"
@${ECHO} "!! But nethack-qt might read your prior nethack scores !!"