diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-11 22:23:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-11 22:23:13 +0000 |
commit | e76d18e5e79c973262180d1c3ffc45723a62bde5 (patch) | |
tree | 00632cfb95db9ae49d86457d3f246886ab10145a /games/liquidwar | |
parent | f385804858d39ba289e8721cf6250094b5604f74 (diff) |
fix compile on amd64
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=145030
Diffstat (limited to 'games/liquidwar')
-rw-r--r-- | games/liquidwar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index acfbb41e5880..4aec11413774 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --disable-target-opt INFO= liquidwar |