diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 22:46:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 22:46:14 +0800 |
commit | 4a1d88a31e312a861597ed1d94312f7949d728c7 (patch) | |
tree | 5a82a25ebeedba5c6b86940d5f8ee19aa521df6d /games | |
parent | fbda9dfd83a1a278faf4a8c48dd75ea132e06de4 (diff) | |
download | freebsd-ports-gnome-4a1d88a31e312a861597ed1d94312f7949d728c7.tar.gz freebsd-ports-gnome-4a1d88a31e312a861597ed1d94312f7949d728c7.tar.zst freebsd-ports-gnome-4a1d88a31e312a861597ed1d94312f7949d728c7.zip |
Apparently a fix had already been committed after the last pointyhat runs.
Adding to the pointy hat collection: linimon
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 4cb41d5b9891..c4dc9ea46abd 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -55,8 +55,6 @@ OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ .if ${ARCH} == "i386" OPT+= -DINLINE32 -.else -BROKEN= does not install on 64-bit architectures .endif MAKE_ENV+= opt="${OPT}" target=${OPSYS} CXFLAGS="${CXXFLAGS}" |