diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-30 17:48:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-30 17:48:46 +0000 |
commit | a556ea9f725947078d7c6303a66b30ccfd217c6d (patch) | |
tree | 5d6145e36fc9e2e6b7565e982b4f9ae5ecfd6005 /games/nethack33-qt | |
parent | 57eed0aeba52b01d5ac5e5e769830464b391b302 (diff) | |
download | ports-a556ea9f725947078d7c6303a66b30ccfd217c6d.tar.gz ports-a556ea9f725947078d7c6303a66b30ccfd217c6d.zip |
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/Makefile | 2 |
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 !!" |